From 236551366f45361cfa4bea60d1360b086ac36366 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 7 Jul 2015 11:09:42 +0300 Subject: Revert "show main caja help page from m-u-g in all dialogs" This reverts commit b4e25754bf17ef54569367718eda57ea759108c5. --- src/caja-location-dialog.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/caja-location-dialog.c') diff --git a/src/caja-location-dialog.c b/src/caja-location-dialog.c index 0fc2ef00..b534f210 100644 --- a/src/caja-location-dialog.c +++ b/src/caja-location-dialog.c @@ -95,8 +95,7 @@ response_callback (CajaLocationDialog *dialog, case GTK_RESPONSE_HELP : error = NULL; gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)), - /* FIXME: show proper page instead of main when m-u-g is complete */ - "help:mate-user-guide/files", + "help:mate-user-guide/caja-open-location", gtk_get_current_event_time (), &error); if (error) { -- cgit v1.2.1