diff options
Diffstat (limited to 'tests/indicator-test-service.c')
-rw-r--r-- | tests/indicator-test-service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/indicator-test-service.c b/tests/indicator-test-service.c index 2aa973e..39e7ea6 100644 --- a/tests/indicator-test-service.c +++ b/tests/indicator-test-service.c @@ -78,7 +78,7 @@ main (int argc, char **argv) GMainLoop *loop; indicator.actions = g_simple_action_group_new (); - g_simple_action_group_add_entries (indicator.actions, entries, G_N_ELEMENTS (entries), NULL); + g_action_map_add_action_entries(G_ACTION_MAP(indicator.actions), entries, G_N_ELEMENTS (entries), NULL); submenu = g_menu_new (); g_menu_append (submenu, "Show", "indicator.show"); |