diff options
author | Ted Gould <ted@gould.cx> | 2010-01-27 10:37:51 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2010-01-27 10:37:51 -0600 |
commit | c73f5af91cace98d07161252b1a78bb3203e67a8 (patch) | |
tree | 20b3217dcdbfc48733aee49f8b2f02eb9780fdb5 /tests/test-libappindicator-fallback-item.c | |
parent | d415cb6768ad49b66b313336f2191f92579549e9 (diff) | |
download | libayatana-appindicator-c73f5af91cace98d07161252b1a78bb3203e67a8.tar.gz libayatana-appindicator-c73f5af91cace98d07161252b1a78bb3203e67a8.tar.bz2 libayatana-appindicator-c73f5af91cace98d07161252b1a78bb3203e67a8.zip |
Changing the category in the fallback test as well.
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); |