Merge lp:~charlesk/indicator-datetime/lp-1231444 into lp:~indicator-applet-developers/indicator-datetime/trunk.13.10

Proposed by Charles Kerr
Status: Merged
Approved by: Ted Gould
Approved revision: 263
Merged at revision: 264
Proposed branch: lp:~charlesk/indicator-datetime/lp-1231444
Merge into: lp:~indicator-applet-developers/indicator-datetime/trunk.13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/service.c (+1/-1)
To merge this branch: bzr merge lp:~charlesk/indicator-datetime/lp-1231444
Reviewer Review Type Date Requested Status
Ted Gould (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+189173@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
1=== modified file 'src/service.c'
2--- src/service.c 2013-09-25 22:16:22 +0000
3+++ src/service.c 2013-10-03 20:55:48 +0000
4@@ -1283,7 +1283,7 @@
5 GVariant * param G_GNUC_UNUSED,
6 gpointer gself G_GNUC_UNUSED)
7 {
8- url_dispatch_send ("settings://system/time-date", NULL, NULL);
9+ url_dispatch_send ("settings:///system/time-date", NULL, NULL);
10 }
11
12 static void

Subscribers

People subscribed via source and target branches