Merge lp:~elementary-pantheon/switchboard-plug-bluetooth/codename into lp:~elementary-pantheon/switchboard-plug-bluetooth/trunk

Proposed by Danielle Foré
Status: Rejected
Rejected by: Corentin Noël
Proposed branch: lp:~elementary-pantheon/switchboard-plug-bluetooth/codename
Merge into: lp:~elementary-pantheon/switchboard-plug-bluetooth/trunk
Diff against target: 12 lines (+1/-1)
1 file modified
src/Plug.vala (+1/-1)
To merge this branch: bzr merge lp:~elementary-pantheon/switchboard-plug-bluetooth/codename
Reviewer Review Type Date Requested Status
Felipe Escoto (community) Approve
Review via email: mp+313504@code.launchpad.net

Commit message

Set plug codename to bluetooth

To post a comment you must log in.
Revision history for this message
Felipe Escoto (philip.scott) wrote :

Works for me! :)

review: Approve

Unmerged revisions

18. By Danielle Foré

fix settings pane launching from indicator

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/Plug.vala'
2--- src/Plug.vala 2016-12-13 18:50:43 +0000
3+++ src/Plug.vala 2016-12-18 17:49:36 +0000
4@@ -26,7 +26,7 @@
5 var settings = new Gee.TreeMap<string, string?> (null, null);
6 settings.set ("network/bluetooth", null);
7 Object (category: Category.NETWORK,
8- code_name: "network-pantheon-bluetooth",
9+ code_name: "bluetooth",
10 display_name: _("Bluetooth"),
11 description: _("Configure Bluetooth Settings"),
12 icon: "bluetooth",

Subscribers

People subscribed via source and target branches