aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-10-04 15:03:53 +0000
committerTarmac <Unknown>2013-10-04 15:03:53 +0000
commit150e04ca601acea5ab72ec2e1239b0f0c9c9a2b8 (patch)
treeb4c2ecf2155d9af6a1c045462e6ba0100adaea82
parentb872bf22af92cc002938cc96d1ad5e3df64eac34 (diff)
parent5cc73ec03c4470b721e264263f5f7102d71cf9e2 (diff)
downloadayatana-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.
-rw-r--r--src/service.c2
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);
}
/***