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

Proposed by Charles Kerr
Status: Merged
Approved by: Francis Ginther
Approved revision: 66
Merged at revision: 66
Proposed branch: lp:~charlesk/indicator-bluetooth/lp-1231444
Merge into: lp:indicator-bluetooth/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/phone.vala (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-bluetooth/lp-1231444
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Sebastien Bacher Approve
Review via email: mp+189172@code.launchpad.net

Description of the change

Update settings URL to settings:///system

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

that makes sense

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Ted Gould (ted) wrote :

Key verification issue. Requeuing.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Francis Ginther (fginther) wrote :

Took cyclops-node11 offline to fix the key issue.

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
=== modified file 'src/phone.vala'
--- src/phone.vala 2013-09-25 20:06:30 +0000
+++ src/phone.vala 2013-10-03 20:51:42 +0000
@@ -61,7 +61,7 @@
6161
62 void show_settings (string panel)62 void show_settings (string panel)
63 {63 {
64 UrlDispatch.send ("settings://system/bluetooth");64 UrlDispatch.send ("settings:///system/bluetooth");
65 }65 }
6666
67 Action create_settings_action ()67 Action create_settings_action ()

Subscribers

People subscribed via source and target branches