aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2010-01-27 10:37:51 -0600
committerTed Gould <ted@gould.cx>2010-01-27 10:37:51 -0600
commitc73f5af91cace98d07161252b1a78bb3203e67a8 (patch)
tree20b3217dcdbfc48733aee49f8b2f02eb9780fdb5
parentd415cb6768ad49b66b313336f2191f92579549e9 (diff)
downloadayatana-indicator-application-c73f5af91cace98d07161252b1a78bb3203e67a8.tar.gz
ayatana-indicator-application-c73f5af91cace98d07161252b1a78bb3203e67a8.tar.bz2
ayatana-indicator-application-c73f5af91cace98d07161252b1a78bb3203e67a8.zip
Changing the category in the fallback test as well.
-rw-r--r--tests/test-libappindicator-fallback-item.c2
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);