summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.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-file-management-properties.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-file-management-properties.c')
-rw-r--r--src/caja-file-management-properties.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 24283611..8111d285 100644
--- a/src/caja-file-management-properties.c
+++ b/src/caja-file-management-properties.c
@@ -256,6 +256,8 @@ caja_file_management_properties_dialog_response_cb (GtkDialog *parent,
if (response_id == GTK_RESPONSE_HELP)
{
+ /* FIXME: show proper page instead of main when m-u-g is complete */
+#if 0
switch (gtk_notebook_get_current_page (GTK_NOTEBOOK (gtk_builder_get_object (builder, "notebook1"))))
{
default:
@@ -278,7 +280,8 @@ caja_file_management_properties_dialog_response_cb (GtkDialog *parent,
section = "goscaja-61";
break;
}
- preferences_show_help (GTK_WINDOW (parent), "mate-user-guide", section);
+#endif
+ preferences_show_help (GTK_WINDOW (parent), "mate-user-guide", "files");
}
else if (response_id == GTK_RESPONSE_CLOSE)
{