diff options
author | Ted Gould <ted@gould.cx> | 2010-02-01 11:41:53 -0800 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-02-01 11:41:53 -0800 |
commit | d6090e476c3a1041d0c6216d0127429e3a7842e3 (patch) | |
tree | 6813f9b7117a5cf6fb9fc88c15e858940f9f99ae /tests/test-libappindicator-fallback-item.c | |
parent | ae7bfd4df40c251638f35d301f5d684857b0d47e (diff) | |
parent | c73f5af91cace98d07161252b1a78bb3203e67a8 (diff) | |
download | libayatana-appindicator-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.gz libayatana-appindicator-d6090e476c3a1041d0c6216d0127429e3a7842e3.tar.bz2 libayatana-appindicator-d6090e476c3a1041d0c6216d0127429e3a7842e3.zip |
Fixing the name of the enum strings to match the StatusNotifier spec.
Diffstat (limited to 'tests/test-libappindicator-fallback-item.c')
-rw-r--r-- | tests/test-libappindicator-fallback-item.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-libappindicator-fallback-item.c b/tests/test-libappindicator-fallback-item.c index 291bc7c..2c6e044 100644 --- a/tests/test-libappindicator-fallback-item.c +++ b/tests/test-libappindicator-fallback-item.c @@ -108,7 +108,7 @@ main (int argc, char ** argv) TestLibappindicatorFallbackItem * item = g_object_new(TEST_LIBAPPINDICATOR_FALLBACK_ITEM_TYPE, "id", "test-id", - "category", "other", + "category", "Other", "icon-name", "bob", NULL); |