Merge lp:~larsu/indicator-messages/remove-root-parameter into lp:~indicator-applet-developers/indicator-messages/trunk.13.10

Proposed by Lars Karlitski
Status: Merged
Approved by: Nick Dedekind
Approved revision: 374
Merged at revision: 374
Proposed branch: lp:~larsu/indicator-messages/remove-root-parameter
Merge into: lp:~indicator-applet-developers/indicator-messages/trunk.13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/im-application-list.c (+1/-1)
To merge this branch: bzr merge lp:~larsu/indicator-messages/remove-root-parameter
Reviewer Review Type Date Requested Status
Nick Dedekind (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+183426@code.launchpad.net

Commit message

Remove parameter type from root action

Description of the change

Remove parameter type from root action

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

LGTM.
Tested and resolved the problem.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/im-application-list.c'
2--- src/im-application-list.c 2013-08-27 14:54:26 +0000
3+++ src/im-application-list.c 2013-09-02 11:12:40 +0000
4@@ -577,7 +577,7 @@
5
6 list->globalactions = g_simple_action_group_new ();
7 {
8- GSimpleAction * messages = g_simple_action_new_stateful("messages", G_VARIANT_TYPE("a{sv}"), g_variant_new_array(G_VARIANT_TYPE("{sv}"), NULL, 0));
9+ GSimpleAction * messages = g_simple_action_new_stateful("messages", NULL, g_variant_new_array(G_VARIANT_TYPE("{sv}"), NULL, 0));
10 g_action_map_add_action(G_ACTION_MAP(list->globalactions), G_ACTION(messages));
11 }
12 g_action_map_add_action_entries (G_ACTION_MAP (list->globalactions), action_entries, G_N_ELEMENTS (action_entries), list);

Subscribers

People subscribed via source and target branches