aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 15:45:26 -0500
committerTed Gould <ted@canonical.com>2009-10-22 15:45:26 -0500
commit6a255c63e5030a5ab992184dec39f791eedaa3a7 (patch)
treeaafa4115d26dcb784f84610c1408eb923a3d7e5e /tests
parent0256208e255eb3aeabc21838d7eaf788cfcf190f (diff)
downloadayatana-indicator-application-6a255c63e5030a5ab992184dec39f791eedaa3a7.tar.gz
ayatana-indicator-application-6a255c63e5030a5ab992184dec39f791eedaa3a7.tar.bz2
ayatana-indicator-application-6a255c63e5030a5ab992184dec39f791eedaa3a7.zip
Changes due to the properties changes.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-libcustomindicator.c b/tests/test-libcustomindicator.c
index b3ead63..c4342e8 100644
--- a/tests/test-libcustomindicator.c
+++ b/tests/test-libcustomindicator.c
@@ -112,8 +112,8 @@ test_libcustomindicator_init_with_props (void)
{
CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE,
"id", "my-id",
- "category", CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS,
- "status", CUSTOM_INDICATOR_STATUS_ACTIVE,
+ "category-enum", CUSTOM_INDICATOR_CATEGORY_APPLICATION_STATUS,
+ "status-enum", CUSTOM_INDICATOR_STATUS_ACTIVE,
"icon-name", "my-name",
"attention-icon-name", "my-attention-name",
NULL));