aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTed Gould <ted@canonical.com>2009-10-22 15:47:31 -0500
committerTed Gould <ted@canonical.com>2009-10-22 15:47:31 -0500
commit603044567814b8a5bc895bb22a1bf3ea35e788a2 (patch)
treeefc73e211076aa3ef74577a85b72d4a5465aa560 /tests
parent6a255c63e5030a5ab992184dec39f791eedaa3a7 (diff)
downloadayatana-indicator-application-603044567814b8a5bc895bb22a1bf3ea35e788a2.tar.gz
ayatana-indicator-application-603044567814b8a5bc895bb22a1bf3ea35e788a2.tar.bz2
ayatana-indicator-application-603044567814b8a5bc895bb22a1bf3ea35e788a2.zip
Property name changes. Boo.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-libcustomindicator-dbus-server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/test-libcustomindicator-dbus-server.c b/tests/test-libcustomindicator-dbus-server.c
index 444706f..4c9dcb9 100644
--- a/tests/test-libcustomindicator-dbus-server.c
+++ b/tests/test-libcustomindicator-dbus-server.c
@@ -23,8 +23,8 @@ main (gint argc, gchar * argv[])
CustomIndicator * ci = CUSTOM_INDICATOR(g_object_new(CUSTOM_INDICATOR_TYPE,
"id", TEST_ID,
- "category", TEST_CATEGORY,
- "status", TEST_STATE,
+ "category-enum", TEST_CATEGORY,
+ "status-enum", TEST_STATE,
"icon-name", TEST_ICON_NAME,
"attention-icon-name", TEST_ATTENTION_ICON_NAME,
NULL));