summaryrefslogtreecommitdiff
path: root/drivemount/drivemount.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-02-02 16:25:31 +0300
committerraveit65 <[email protected]>2018-02-04 20:32:14 +0100
commitd1020226236576464be4ab47ec0098a588bef486 (patch)
treec79b616da32f8b684b964af8b8cf3fa96b98c4e6 /drivemount/drivemount.c
parente6d55cba85fc49b3dfac8150c397540bda369847 (diff)
downloadmate-applets-d1020226236576464be4ab47ec0098a588bef486.tar.bz2
mate-applets-d1020226236576464be4ab47ec0098a588bef486.tar.xz
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'drivemount/drivemount.c')
-rw-r--r--drivemount/drivemount.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivemount/drivemount.c b/drivemount/drivemount.c
index 57a7031a..433aa6cc 100644
--- a/drivemount/drivemount.c
+++ b/drivemount/drivemount.c
@@ -132,17 +132,10 @@ display_help (GtkAction *action,
screen = gtk_widget_get_screen (GTK_WIDGET (drive_list));
-#if GTK_CHECK_VERSION (3, 22, 0)
gtk_show_uri_on_window (NULL,
"help:mate-drivemount",
gtk_get_current_event_time (),
&error);
-#else
- gtk_show_uri (screen,
- "help:mate-drivemount",
- gtk_get_current_event_time (),
- &error);
-#endif
if (error) {
GtkWidget *dialog;