summaryrefslogtreecommitdiff
path: root/applets/wncklet/workspace-switcher.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-02-09 15:07:26 +0100
committerinfirit <[email protected]>2014-02-09 16:19:03 +0100
commit83a76222ea1e8af8d928b9ad41d7349256d0e7c3 (patch)
tree3ddb81ac9627ec1fa7f479ef7b400a8a982124d2 /applets/wncklet/workspace-switcher.c
parent6b509a04f52aa4a70cd4a7a6a51295bccbf161b3 (diff)
downloadmate-panel-83a76222ea1e8af8d928b9ad41d7349256d0e7c3.tar.bz2
mate-panel-83a76222ea1e8af8d928b9ad41d7349256d0e7c3.tar.xz
help: Avoid file collision with gnome-panel
Also correct help uri for applets.
Diffstat (limited to 'applets/wncklet/workspace-switcher.c')
-rw-r--r--applets/wncklet/workspace-switcher.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/applets/wncklet/workspace-switcher.c b/applets/wncklet/workspace-switcher.c
index e4202076..d35155a2 100644
--- a/applets/wncklet/workspace-switcher.c
+++ b/applets/wncklet/workspace-switcher.c
@@ -580,7 +580,7 @@ gboolean workspace_switcher_applet_fill(MatePanelApplet* applet)
static void display_help_dialog(GtkAction* action, PagerData* pager)
{
- wncklet_display_help(pager->applet, "user-guide", "overview-workspaces", WORKSPACE_SWITCHER_ICON);
+ wncklet_display_help(pager->applet, "mate-user-guide", "overview-workspaces", WORKSPACE_SWITCHER_ICON);
}
static void display_about_dialog(GtkAction* action, PagerData* pager)
@@ -760,7 +760,7 @@ static gboolean delete_event(GtkWidget* widget, gpointer data)
static void response_cb(GtkWidget* widget, int id, PagerData* pager)
{
if (id == GTK_RESPONSE_HELP)
- wncklet_display_help(widget, "user-guide", "overview-workspaces", WORKSPACE_SWITCHER_ICON);
+ wncklet_display_help(widget, "mate-user-guide", "overview-workspaces", WORKSPACE_SWITCHER_ICON);
else
gtk_widget_destroy(widget);
}