Merge lp:~ted/indicator-messages/quick-reply-actions into lp:indicator-messages/15.04

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 439
Merged at revision: 439
Proposed branch: lp:~ted/indicator-messages/quick-reply-actions
Merge into: lp:indicator-messages/15.04
Diff against target: 12 lines (+1/-1)
1 file modified
src/im-application-list.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-messages/quick-reply-actions
Reviewer Review Type Date Requested Status
Charles Kerr (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+251763@code.launchpad.net

Commit message

Make the message actions have the message ID in their names like the muxer

Description of the change

Fix quick reply to SMS messages.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ted Gould (ted) wrote :

Works!

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Charles Kerr (charlesk) wrote :

LGTM.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/im-application-list.c'
--- src/im-application-list.c 2015-02-18 23:20:15 +0000
+++ src/im-application-list.c 2015-03-04 15:52:29 +0000
@@ -1114,7 +1114,7 @@
11141114
1115 g_variant_builder_init (&dict_builder, G_VARIANT_TYPE ("a{sv}"));1115 g_variant_builder_init (&dict_builder, G_VARIANT_TYPE ("a{sv}"));
11161116
1117 prefixed_name = g_strjoin (".", app->id, "msg-actions", escaped_name, escaped_name, NULL);1117 prefixed_name = g_strjoin (".", app->id, "msg-actions", action_name, escaped_name, NULL);
1118 g_variant_builder_add (&dict_builder, "{sv}", "name", g_variant_new_string (prefixed_name));1118 g_variant_builder_add (&dict_builder, "{sv}", "name", g_variant_new_string (prefixed_name));
11191119
1120 if (label)1120 if (label)

Subscribers

People subscribed via source and target branches