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

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 49
Merged at revision: 49
Proposed branch: lp:~charlesk/indicator-location/lp-1231444
Merge into: lp:indicator-location/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/phone.cc (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-location/lp-1231444
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+189174@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
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 'src/phone.cc'
--- src/phone.cc 2013-09-11 02:48:17 +0000
+++ src/phone.cc 2013-10-03 20:59:13 +0000
@@ -217,7 +217,7 @@
217 gpointer user_data G_GNUC_UNUSED)217 gpointer user_data G_GNUC_UNUSED)
218 {218 {
219 const char * key = g_variant_get_string (parameter, nullptr);219 const char * key = g_variant_get_string (parameter, nullptr);
220 gchar * uri = g_strdup_printf ("settings://system/%s", key);220 gchar * uri = g_strdup_printf ("settings:///system/%s", key);
221 url_dispatch_send (uri, on_uri_dispatched, nullptr);221 url_dispatch_send (uri, on_uri_dispatched, nullptr);
222 g_free (uri);222 g_free (uri);
223 }223 }

Subscribers

People subscribed via source and target branches