summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-02 14:14:26 +0300
committerMonsta <[email protected]>2015-07-02 14:14:26 +0300
commit55c56c6dc2e67ad244f2afde77343b0ee83aeea3 (patch)
tree512538e1a08891d01680933870f2080483fccb6d
parent620cb131c9bbbfb58b261cd7c9d8899d678ebac1 (diff)
downloadmate-power-manager-55c56c6dc2e67ad244f2afde77343b0ee83aeea3.tar.bz2
mate-power-manager-55c56c6dc2e67ad244f2afde77343b0ee83aeea3.tar.xz
applets/prefs/stats: properly show corresponding help pages
-rw-r--r--applets/brightness/brightness-applet.c2
-rw-r--r--applets/brightness/gpm-common.c2
-rw-r--r--applets/inhibit/gpm-common.c2
-rw-r--r--applets/inhibit/inhibit-applet.c2
-rw-r--r--src/gpm-common.c2
5 files changed, 5 insertions, 5 deletions
diff --git a/applets/brightness/brightness-applet.c b/applets/brightness/brightness-applet.c
index a7362b4..d3570b8 100644
--- a/applets/brightness/brightness-applet.c
+++ b/applets/brightness/brightness-applet.c
@@ -859,7 +859,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data)
static void
gpm_applet_help_cb (GtkAction *action, gpointer data)
{
- gpm_help_display ("applets-brightness");
+ gpm_help_display ("applets-general#applets-brightness");
}
/**
diff --git a/applets/brightness/gpm-common.c b/applets/brightness/gpm-common.c
index 2249d63..3f8a1ff 100644
--- a/applets/brightness/gpm-common.c
+++ b/applets/brightness/gpm-common.c
@@ -173,7 +173,7 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager/", link_id, NULL);
else
uri = g_strdup ("help:mate-power-manager");
diff --git a/applets/inhibit/gpm-common.c b/applets/inhibit/gpm-common.c
index 2249d63..3f8a1ff 100644
--- a/applets/inhibit/gpm-common.c
+++ b/applets/inhibit/gpm-common.c
@@ -173,7 +173,7 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager/", link_id, NULL);
else
uri = g_strdup ("help:mate-power-manager");
diff --git a/applets/inhibit/inhibit-applet.c b/applets/inhibit/inhibit-applet.c
index 32c9a4c..eae73fd 100644
--- a/applets/inhibit/inhibit-applet.c
+++ b/applets/inhibit/inhibit-applet.c
@@ -528,7 +528,7 @@ gpm_applet_dialog_about_cb (GtkAction *action, gpointer data)
static void
gpm_applet_help_cb (GtkAction *action, gpointer data)
{
- gpm_help_display ("applets-inhibit");
+ gpm_help_display ("applets-general#applets-inhibit");
}
/**
diff --git a/src/gpm-common.c b/src/gpm-common.c
index 2c55d97..f71aada 100644
--- a/src/gpm-common.c
+++ b/src/gpm-common.c
@@ -135,7 +135,7 @@ gpm_help_display (const gchar *link_id)
gchar *uri;
if (link_id != NULL)
- uri = g_strconcat ("help:mate-power-manager?", link_id, NULL);
+ uri = g_strconcat ("help:mate-power-manager/", link_id, NULL);
else
uri = g_strdup ("help:mate-power-manager");