aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-18 17:28:01 -0400
committerMathieu Trudel-Lapierre <mathieu-tl@ubuntu.com>2013-03-18 17:28:01 -0400
commitc5f002fed099eaf06d9a7e7b2ce31af853f5f471 (patch)
treeefe8286936ecc58523d1d8e848f6cfa240e2cafc /tests
parentdaf0dc90ac1f87ce02debd1cba9b1f084decee12 (diff)
downloadlibayatana-indicator-c5f002fed099eaf06d9a7e7b2ce31af853f5f471.tar.gz
libayatana-indicator-c5f002fed099eaf06d9a7e7b2ce31af853f5f471.tar.bz2
libayatana-indicator-c5f002fed099eaf06d9a7e7b2ce31af853f5f471.zip
Revert: indicator-ng: allow a dictionary as the root action's state
Diffstat (limited to 'tests')
-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;