diff options
author | infirit <[email protected]> | 2014-02-05 01:39:10 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-02-08 17:26:52 +0100 |
commit | a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7 (patch) | |
tree | b793a77aced2a289047b58fd4f757ad579112f7d /stickynotes/stickynotes_applet_callbacks.c | |
parent | 2176a84cfbc158f21a92c8c2d1c26922c217e0df (diff) | |
download | mate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.bz2 mate-applets-a93efbfa88ba6a2b7bf63b7f45d790ff5fe8b1f7.tar.xz |
Fix help uri for applets
Diffstat (limited to 'stickynotes/stickynotes_applet_callbacks.c')
-rw-r--r-- | stickynotes/stickynotes_applet_callbacks.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stickynotes/stickynotes_applet_callbacks.c b/stickynotes/stickynotes_applet_callbacks.c index 71d015ec..980b9a10 100644 --- a/stickynotes/stickynotes_applet_callbacks.c +++ b/stickynotes/stickynotes_applet_callbacks.c @@ -401,7 +401,7 @@ void menu_help_cb(GtkAction *action, StickyNotesApplet *applet) { GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (applet->w_applet)), - "help:stickynotes_applet", + "help:mate-stickynotes_applet", gtk_get_current_event_time (), &error); if (error) { @@ -594,7 +594,7 @@ void preferences_response_cb(GtkWidget *dialog, gint response, gpointer data) if (response == GTK_RESPONSE_HELP) { GError *error = NULL; gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), - "help:stickynotes_applet?stickynotes-advanced-settings", + "help:mate-stickynotes_applet/stickynotes-advanced-settings", gtk_get_current_event_time (), &error); if (error) { |