aboutsummaryrefslogtreecommitdiff
path: root/tests/indicator-test-service.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/indicator-test-service.c')
-rw-r--r--tests/indicator-test-service.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/indicator-test-service.c b/tests/indicator-test-service.c
index a40945f..0393677 100644
--- a/tests/indicator-test-service.c
+++ b/tests/indicator-test-service.c
@@ -70,9 +70,7 @@ main (int argc, char **argv)
GMenuItem *item;
GMenu *submenu;
GActionEntry entries[] = {
- { "_header", NULL, NULL, "{'label': <'Test'>,"
- " 'icon': <'indicator-test'>,"
- " 'accessible-desc': <'Test indicator'> }", NULL },
+ { "_header", NULL, NULL, "('Test', 'indicator-test', 'Test indicator', true)", NULL },
{ "show", activate_show, NULL, NULL, NULL }
};
GMainLoop *loop;