From d1020226236576464be4ab47ec0098a588bef486 Mon Sep 17 00:00:00 2001 From: monsta Date: Fri, 2 Feb 2018 16:25:31 +0300 Subject: require GTK+ 3.22 and GLib 2.50 --- accessx-status/applet.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'accessx-status') diff --git a/accessx-status/applet.c b/accessx-status/applet.c index 41f9da2b..32b59553 100644 --- a/accessx-status/applet.c +++ b/accessx-status/applet.c @@ -153,14 +153,10 @@ static void help_cb(GtkAction* action, AccessxStatusApplet* sapplet) GError* error = NULL; GdkScreen* screen = gtk_widget_get_screen(GTK_WIDGET(sapplet->applet)); -#if GTK_CHECK_VERSION (3, 22, 0) gtk_show_uri_on_window(NULL, "help:mate-accessx-status", gtk_get_current_event_time(), &error); -#else - gtk_show_uri(screen, "help:mate-accessx-status", gtk_get_current_event_time(), &error); -#endif if (error) { -- cgit v1.2.1