diff options
author | Ted Gould <ted@gould.cx> | 2013-10-04 15:03:53 +0000 |
---|---|---|
committer | Tarmac <Unknown> | 2013-10-04 15:03:53 +0000 |
commit | 150e04ca601acea5ab72ec2e1239b0f0c9c9a2b8 (patch) | |
tree | b4c2ecf2155d9af6a1c045462e6ba0100adaea82 /src/service.c | |
parent | b872bf22af92cc002938cc96d1ad5e3df64eac34 (diff) | |
parent | 5cc73ec03c4470b721e264263f5f7102d71cf9e2 (diff) | |
download | ayatana-indicator-power-150e04ca601acea5ab72ec2e1239b0f0c9c9a2b8.tar.gz ayatana-indicator-power-150e04ca601acea5ab72ec2e1239b0f0c9c9a2b8.tar.bz2 ayatana-indicator-power-150e04ca601acea5ab72ec2e1239b0f0c9c9a2b8.zip |
Adding an additional slash to the settings URL. Fixes: https://bugs.launchpad.net/bugs/1231444.
Approved by PS Jenkins bot, Charles Kerr.
Diffstat (limited to 'src/service.c')
-rw-r--r-- | src/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.c b/src/service.c index b5227f6..5e00370 100644 --- a/src/service.c +++ b/src/service.c @@ -695,7 +695,7 @@ on_phone_settings_activated (GSimpleAction * a G_GNUC_UNUSED, GVariant * param G_GNUC_UNUSED, gpointer gself G_GNUC_UNUSED) { - url_dispatch_send("settings://system/battery", NULL, NULL); + url_dispatch_send("settings:///system/battery", NULL, NULL); } /*** |