diff options
author | Monsta <[email protected]> | 2015-06-17 16:20:11 +0300 |
---|---|---|
committer | Monsta <[email protected]> | 2015-06-17 16:20:11 +0300 |
commit | b4e25754bf17ef54569367718eda57ea759108c5 (patch) | |
tree | ee2af6d0ce375e6584b5ecb7002ce968da435602 /src/caja-property-browser.c | |
parent | d01fbc6c9921253bb023d3e40bd763f4a931e840 (diff) | |
download | caja-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-property-browser.c')
-rw-r--r-- | src/caja-property-browser.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/caja-property-browser.c b/src/caja-property-browser.c index d1d75f8d..6a522af0 100644 --- a/src/caja-property-browser.c +++ b/src/caja-property-browser.c @@ -1640,7 +1640,8 @@ help_button_callback (GtkWidget *widget, GtkWidget *property_browser) GtkWidget *dialog; gtk_show_uri (gtk_widget_get_screen (property_browser), - "help:mate-user-guide/goscaja-50", + /* 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) |