summaryrefslogtreecommitdiff
path: root/pluma/pluma-help.c
diff options
context:
space:
mode:
authormonsta <[email protected]>2018-01-28 21:57:32 +0300
committerraveit65 <[email protected]>2018-01-30 15:54:42 +0100
commit34e5c2d98f8847644a3877ca2f732091661f9e6a (patch)
treec43b64949e5557b51142585d86f43d5c710e632f /pluma/pluma-help.c
parentced0b3913385748b6490a4215d7cc9a1681bca77 (diff)
downloadpluma-34e5c2d98f8847644a3877ca2f732091661f9e6a.tar.bz2
pluma-34e5c2d98f8847644a3877ca2f732091661f9e6a.tar.xz
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'pluma/pluma-help.c')
-rw-r--r--pluma/pluma-help.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/pluma/pluma-help.c b/pluma/pluma-help.c
index 3e5c2749..9a764f8c 100644
--- a/pluma/pluma-help.c
+++ b/pluma/pluma-help.c
@@ -63,17 +63,10 @@ pluma_help_display (GtkWindow *parent,
else
link = g_strdup_printf ("help:%s", name);
-#if GTK_CHECK_VERSION (3, 22, 0)
ret = gtk_show_uri_on_window (parent,
link,
GDK_CURRENT_TIME,
&error);
-#else
- ret = gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (parent)),
- link,
- GDK_CURRENT_TIME,
- &error);
-#endif
g_free (link);