From 26a21fa2cb70a13b7e96ae43d4de825ad7663dc9 Mon Sep 17 00:00:00 2001 From: monsta Date: Mon, 29 Jan 2018 17:28:30 +0300 Subject: require GTK+ 3.22 and GLib 2.50 --- src/caja-location-dialog.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/caja-location-dialog.c') diff --git a/src/caja-location-dialog.c b/src/caja-location-dialog.c index 43503b1b..1e9a0b38 100644 --- a/src/caja-location-dialog.c +++ b/src/caja-location-dialog.c @@ -94,15 +94,9 @@ response_callback (CajaLocationDialog *dialog, break; case GTK_RESPONSE_HELP : error = NULL; -#if GTK_CHECK_VERSION (3, 22, 0) gtk_show_uri_on_window (GTK_WINDOW (dialog), "help:mate-user-guide/caja-open-location", gtk_get_current_event_time (), &error); -#else - gtk_show_uri (gtk_window_get_screen (GTK_WINDOW (dialog)), - "help:mate-user-guide/caja-open-location", - gtk_get_current_event_time (), &error); -#endif if (error) { eel_show_error_dialog (_("There was an error displaying help."), error->message, -- cgit v1.2.1