aboutsummaryrefslogtreecommitdiff
path: root/src/service.c
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2013-10-04 09:36:34 -0500
committerTed Gould <ted@gould.cx>2013-10-04 09:36:34 -0500
commit5cc73ec03c4470b721e264263f5f7102d71cf9e2 (patch)
treeb4c2ecf2155d9af6a1c045462e6ba0100adaea82 /src/service.c
parentb872bf22af92cc002938cc96d1ad5e3df64eac34 (diff)
downloadayatana-indicator-power-5cc73ec03c4470b721e264263f5f7102d71cf9e2.tar.gz
ayatana-indicator-power-5cc73ec03c4470b721e264263f5f7102d71cf9e2.tar.bz2
ayatana-indicator-power-5cc73ec03c4470b721e264263f5f7102d71cf9e2.zip
Adding an additional slash to the settings URL
Diffstat (limited to 'src/service.c')
-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);
}
/***