From c5f002fed099eaf06d9a7e7b2ce31af853f5f471 Mon Sep 17 00:00:00 2001 From: Mathieu Trudel-Lapierre Date: Mon, 18 Mar 2013 17:28:01 -0400 Subject: Revert: indicator-ng: allow a dictionary as the root action's state --- tests/indicator-test-service.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests') 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; -- cgit v1.2.3