Merge lp:~charlesk/indicator-bluetooth/lp-1223635 into lp:indicator-bluetooth/13.10

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 58
Merged at revision: 58
Proposed branch: lp:~charlesk/indicator-bluetooth/lp-1223635
Merge into: lp:indicator-bluetooth/13.10
Diff against target: 19 lines (+2/-0)
2 files modified
po/POTFILES.skip (+1/-0)
src/profile.vala (+1/-0)
To merge this branch: bzr merge lp:~charlesk/indicator-bluetooth/lp-1223635
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+185106@code.launchpad.net

Description of the change

Adds a title in the header's action state

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
Ted Gould (ted) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'po/POTFILES.skip'
2--- po/POTFILES.skip 2013-01-31 17:35:03 +0000
3+++ po/POTFILES.skip 2013-09-11 16:59:38 +0000
4@@ -1,2 +1,3 @@
5 src/indicator-bluetooth.c
6 src/indicator-bluetooth-service.c
7+src/profile.c
8
9=== modified file 'src/profile.vala'
10--- src/profile.vala 2013-08-09 23:22:31 +0000
11+++ src/profile.vala 2013-09-11 16:59:38 +0000
12@@ -154,6 +154,7 @@
13 builder.add ("{sv}", "visible", new Variant.boolean (visible));
14 builder.add ("{sv}", "accessible-desc", new Variant.string (a11y));
15 builder.add ("{sv}", "icon", icon.serialize());
16+ builder.add ("{sv}", "title", new Variant.string (_("Bluetooth")));
17 return builder.end ();
18 }
19 }

Subscribers

People subscribed via source and target branches