summaryrefslogtreecommitdiff
path: root/src/caja-bookmarks-window.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-06-17 16:20:11 +0300
committerMonsta <[email protected]>2015-06-17 16:20:11 +0300
commitb4e25754bf17ef54569367718eda57ea759108c5 (patch)
treeee2af6d0ce375e6584b5ecb7002ce968da435602 /src/caja-bookmarks-window.c
parentd01fbc6c9921253bb023d3e40bd763f4a931e840 (diff)
downloadcaja-b4e25754bf17ef54569367718eda57ea759108c5.tar.bz2
caja-b4e25754bf17ef54569367718eda57ea759108c5.tar.xz
show main caja help page from m-u-g in all dialogs
this should be corrected when m-u-g will be complete (e.g. will contain help for all these dialogs)
Diffstat (limited to 'src/caja-bookmarks-window.c')
-rw-r--r--src/caja-bookmarks-window.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/caja-bookmarks-window.c b/src/caja-bookmarks-window.c
index 572f6275..aa8b8358 100644
--- a/src/caja-bookmarks-window.c
+++ b/src/caja-bookmarks-window.c
@@ -145,7 +145,8 @@ caja_bookmarks_window_response_callback (GtkDialog *dialog,
GError *error = NULL;
gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)),
- "help:mate-user-guide/goscaja-36",
+ /* FIXME: show proper page instead of main when m-u-g is complete */
+ "help:mate-user-guide/files",
gtk_get_current_event_time (), &error);
if (error)