diff options
author | Ted Gould <ted@canonical.com> | 2009-10-22 15:45:26 -0500 |
---|---|---|
committer | Ted Gould <ted@canonical.com> | 2009-10-22 15:45:26 -0500 |
commit | 6a255c63e5030a5ab992184dec39f791eedaa3a7 (patch) | |
tree | aafa4115d26dcb784f84610c1408eb923a3d7e5e /tests/test-libcustomindicator.c | |
parent | 0256208e255eb3aeabc21838d7eaf788cfcf190f (diff) | |
download | ayatana-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/test-libcustomindicator.c')
-rw-r--r-- | tests/test-libcustomindicator.c | 4 |
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)); |