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

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

Commit message

Remove 'indicator.' from the "Clear All" menu item on the phone's menu

Description of the change

Remove 'indicator.' from the "Clear All" menu item on the phone's menu

There's already a namespace set for this section.

To post a comment you must log in.
Revision history for this message
Nick Dedekind (nick-dedekind) wrote :

LGTM. Works on device.

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

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/im-phone-menu.c'
2--- src/im-phone-menu.c 2013-09-25 13:29:06 +0000
3+++ src/im-phone-menu.c 2013-10-02 10:58:27 +0000
4@@ -73,7 +73,7 @@
5 {
6 GMenuItem *item;
7
8- item = g_menu_item_new (_("Clear All"), "indicator.remove-all");
9+ item = g_menu_item_new (_("Clear All"), "remove-all");
10 g_menu_item_set_attribute (item, "x-canonical-type", "s", "com.canonical.indicator.button");
11 g_menu_append_item (menu->clear_section, item);
12

Subscribers

People subscribed via source and target branches