diff options
| author | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-03-25 21:49:50 -0400 |
|---|---|---|
| committer | Lars Uebernickel <lars.uebernickel@canonical.com> | 2013-03-25 21:49:50 -0400 |
| commit | ffbb3c1a57823568a8a5af27986624ff19b724b1 (patch) | |
| tree | c790c411a07205330e6aa9d9d1bc3e67493468a0 /tests | |
| parent | b046c938db2377909a303a07836c52980c27490b (diff) | |
| parent | 8232ab0e1f8b94148dbf78bc279342c0fe3f6db1 (diff) | |
| download | libayatana-indicator-ffbb3c1a57823568a8a5af27986624ff19b724b1.tar.gz libayatana-indicator-ffbb3c1a57823568a8a5af27986624ff19b724b1.tar.bz2 libayatana-indicator-ffbb3c1a57823568a8a5af27986624ff19b724b1.zip | |
indicator-ng: allow a dictionary as the root action's state
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/indicator-test-service.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/indicator-test-service.c b/tests/indicator-test-service.c index 0393677..a40945f 100644 --- a/tests/indicator-test-service.c +++ b/tests/indicator-test-service.c @@ -70,7 +70,9 @@ main (int argc, char **argv) GMenuItem *item; GMenu *submenu; GActionEntry entries[] = { - { "_header", NULL, NULL, "('Test', 'indicator-test', 'Test indicator', true)", NULL }, + { "_header", NULL, NULL, "{'label': <'Test'>," + " 'icon': <'indicator-test'>," + " 'accessible-desc': <'Test indicator'> }", NULL }, { "show", activate_show, NULL, NULL, NULL } }; GMainLoop *loop; |
