aboutsummaryrefslogtreecommitdiff
path: root/tests/test-libappindicator-dbus-server.c
diff options
context:
space:
mode:
authorCody Russell <crussell@canonical.com>2009-12-04 10:54:45 -0600
committerCody Russell <crussell@canonical.com>2009-12-04 10:54:45 -0600
commit670019c9df91b44f507589e4a2729e08d72624d1 (patch)
treed746c279d5b29f92d3002a815ebebb796f2c4979 /tests/test-libappindicator-dbus-server.c
parent7406617f441d1377aee6beebe3498c1e37fec57d (diff)
downloadayatana-indicator-application-670019c9df91b44f507589e4a2729e08d72624d1.tar.gz
ayatana-indicator-application-670019c9df91b44f507589e4a2729e08d72624d1.tar.bz2
ayatana-indicator-application-670019c9df91b44f507589e4a2729e08d72624d1.zip
Test fixes
Diffstat (limited to 'tests/test-libappindicator-dbus-server.c')
-rw-r--r--tests/test-libappindicator-dbus-server.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/test-libappindicator-dbus-server.c b/tests/test-libappindicator-dbus-server.c
index b316456..d900899 100644
--- a/tests/test-libappindicator-dbus-server.c
+++ b/tests/test-libappindicator-dbus-server.c
@@ -46,10 +46,10 @@ main (gint argc, gchar * argv[])
DbusmenuServer * dms = dbusmenu_server_new(TEST_OBJECT);
- AppIndicator * ci = APP_INDICATOR(g_object_new(APP_INDICATOR_TYPE,
+ AppIndicator * ci = APP_INDICATOR(g_object_new(APP_INDICATOR_TYPE,
"id", TEST_ID,
- "category-enum", TEST_CATEGORY,
- "status-enum", TEST_STATE,
+ "category", TEST_CATEGORY,
+ "status", TEST_STATE,
"icon-name", TEST_ICON_NAME,
"attention-icon-name", TEST_ATTENTION_ICON_NAME,
"menu-object", dms,