diff options
author | Monsta <[email protected]> | 2015-07-02 14:14:26 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-07-02 14:14:26 +0300 |
commit | 55c56c6dc2e67ad244f2afde77343b0ee83aeea3 (patch) | |
tree | 512538e1a08891d01680933870f2080483fccb6d /applets/inhibit/inhibit-applet.c | |
parent | 620cb131c9bbbfb58b261cd7c9d8899d678ebac1 (diff) | |
download | mate-power-manager-55c56c6dc2e67ad244f2afde77343b0ee83aeea3.tar.bz2 mate-power-manager-55c56c6dc2e67ad244f2afde77343b0ee83aeea3.tar.xz |
applets/prefs/stats: properly show corresponding help pages
Diffstat (limited to 'applets/inhibit/inhibit-applet.c')
-rw-r--r-- | applets/inhibit/inhibit-applet.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); } /** |