Merge lp:~ted/indicator-sound/settings-change into lp:indicator-sound/13.10

Proposed by Ted Gould
Status: Merged
Approved by: Lars Karlitski
Approved revision: 382
Merged at revision: 382
Proposed branch: lp:~ted/indicator-sound/settings-change
Merge into: lp:indicator-sound/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/service.vala (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-sound/settings-change
Reviewer Review Type Date Requested Status
Lars Karlitski (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+187963@code.launchpad.net

Commit message

Update settings URL to settings:///system

Description of the change

URL change

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
Lars Karlitski (larsu) wrote :

Okay.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/service.vala'
2--- src/service.vala 2013-09-25 21:07:05 +0000
3+++ src/service.vala 2013-09-27 02:32:16 +0000
4@@ -108,7 +108,7 @@
5 }
6
7 void activate_phone_settings (SimpleAction action, Variant? param) {
8- UrlDispatch.send ("settings://system/sound");
9+ UrlDispatch.send ("settings:///system/sound");
10 }
11
12 /* Returns a serialized version of @icon_name suited for the panel */

Subscribers

People subscribed via source and target branches