Merge lp:~ted/indicator-power/triple-slash-is-the-new-double-slash into lp:indicator-power/13.10

Proposed by Ted Gould
Status: Merged
Approved by: Charles Kerr
Approved revision: 206
Merged at revision: 206
Proposed branch: lp:~ted/indicator-power/triple-slash-is-the-new-double-slash
Merge into: lp:indicator-power/13.10
Diff against target: 12 lines (+1/-1)
1 file modified
src/service.c (+1/-1)
To merge this branch: bzr merge lp:~ted/indicator-power/triple-slash-is-the-new-double-slash
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Charles Kerr (community) Approve
Review via email: mp+189330@code.launchpad.net

Commit message

Adding an additional slash to the settings URL

Description of the change

Missed one.

To post a comment you must log in.
Revision history for this message
Charles Kerr (charlesk) wrote :

I'm a concerned about '/' inflation in url-dispatcher.

How long until you decide we need a fourth?

You're drunk with power.

review: Approve
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/service.c'
--- src/service.c 2013-09-16 01:51:58 +0000
+++ src/service.c 2013-10-04 14:37:36 +0000
@@ -695,7 +695,7 @@
695 GVariant * param G_GNUC_UNUSED,695 GVariant * param G_GNUC_UNUSED,
696 gpointer gself G_GNUC_UNUSED)696 gpointer gself G_GNUC_UNUSED)
697{697{
698 url_dispatch_send("settings://system/battery", NULL, NULL);698 url_dispatch_send("settings:///system/battery", NULL, NULL);
699}699}
700700
701/***701/***

Subscribers

People subscribed via source and target branches