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
=== modified file 'po/POTFILES.skip'
--- po/POTFILES.skip 2013-01-31 17:35:03 +0000
+++ po/POTFILES.skip 2013-09-11 16:59:38 +0000
@@ -1,2 +1,3 @@
1src/indicator-bluetooth.c1src/indicator-bluetooth.c
2src/indicator-bluetooth-service.c2src/indicator-bluetooth-service.c
3src/profile.c
34
=== modified file 'src/profile.vala'
--- src/profile.vala 2013-08-09 23:22:31 +0000
+++ src/profile.vala 2013-09-11 16:59:38 +0000
@@ -154,6 +154,7 @@
154 builder.add ("{sv}", "visible", new Variant.boolean (visible));154 builder.add ("{sv}", "visible", new Variant.boolean (visible));
155 builder.add ("{sv}", "accessible-desc", new Variant.string (a11y));155 builder.add ("{sv}", "accessible-desc", new Variant.string (a11y));
156 builder.add ("{sv}", "icon", icon.serialize());156 builder.add ("{sv}", "icon", icon.serialize());
157 builder.add ("{sv}", "title", new Variant.string (_("Bluetooth")));
157 return builder.end ();158 return builder.end ();
158 }159 }
159}160}

Subscribers

People subscribed via source and target branches