summaryrefslogtreecommitdiff
path: root/battstat/battstat_applet.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-05 01:39:10 +0100
committerinfirit <[email protected]>2014-02-08 17:26:52 +0100
commita93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 (patch)
treeb793a77aced2a289047b58fd4f757ad579112f7d /battstat/battstat_applet.c
parent2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff)
downloadmate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.bz2
mate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.xz
Fix help uri for applets
Diffstat (limited to 'battstat/battstat_applet.c')
-rw-r--r--battstat/battstat_applet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/battstat/battstat_applet.c b/battstat/battstat_applet.c
index 5a8f58f9..9de1ff7c 100644
--- a/battstat/battstat_applet.c
+++ b/battstat/battstat_applet.c
@@ -1358,9 +1358,9 @@ battstat_show_help( ProgressData *battstat, const char *section )
char *uri;
if (section)
- uri = g_strdup_printf ("help:battstat?%s", section);
+ uri = g_strdup_printf ("help:mate-battstat/%s", section);
else
- uri = g_strdup ("help:battstat");
+ uri = g_strdup ("help:mate-battstat");
gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (battstat->applet)),
uri,