summaryrefslogtreecommitdiff
path: root/src/caja-file-management-properties.c
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-07-07 11:09:42 +0300
committerMonsta <[email protected]>2015-07-07 11:09:42 +0300
commit236551366f45361cfa4bea60d1360b086ac36366 (patch)
treef284672a384f73898cee043d305b399d9d2fd68e /src/caja-file-management-properties.c
parente704022661db84095633b71b4ccc712186e5999a (diff)
downloadcaja-236551366f45361cfa4bea60d1360b086ac36366.tar.bz2
caja-236551366f45361cfa4bea60d1360b086ac36366.tar.xz
Revert "show main caja help page from m-u-g in all dialogs"
This reverts commit b4e25754bf17ef54569367718eda57ea759108c5.
Diffstat (limited to 'src/caja-file-management-properties.c')
-rw-r--r--src/caja-file-management-properties.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/caja-file-management-properties.c b/src/caja-file-management-properties.c
index 8111d285..24283611 100644
--- a/src/caja-file-management-properties.c
+++ b/src/caja-file-management-properties.c
@@ -256,8 +256,6 @@ 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:
@@ -280,8 +278,7 @@ caja_file_management_properties_dialog_response_cb (GtkDialog *parent,
section = "goscaja-61";
break;
}
-#endif
- preferences_show_help (GTK_WINDOW (parent), "mate-user-guide", "files");
+ preferences_show_help (GTK_WINDOW (parent), "mate-user-guide", section);
}
else if (response_id == GTK_RESPONSE_CLOSE)
{