diff options
author | monsta <[email protected]> | 2018-01-28 22:19:00 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-30 17:06:31 +0100 |
commit | 2165616a83855afbb1c9b69c736de2e7c7dfbdf8 (patch) | |
tree | 7ac83afa0d7b77e49e6bb7f8b02383693c207d22 /mate-dictionary/src/gdict-pref-dialog.c | |
parent | 526b193ba678a7826af232526dfec0a37836a7e5 (diff) | |
download | mate-utils-2165616a83855afbb1c9b69c736de2e7c7dfbdf8.tar.bz2 mate-utils-2165616a83855afbb1c9b69c736de2e7c7dfbdf8.tar.xz |
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'mate-dictionary/src/gdict-pref-dialog.c')
-rw-r--r-- | mate-dictionary/src/gdict-pref-dialog.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mate-dictionary/src/gdict-pref-dialog.c b/mate-dictionary/src/gdict-pref-dialog.c index 006d5711..e3563479 100644 --- a/mate-dictionary/src/gdict-pref-dialog.c +++ b/mate-dictionary/src/gdict-pref-dialog.c @@ -484,11 +484,7 @@ response_cb (GtkDialog *dialog, switch (response_id) { case GTK_RESPONSE_HELP: -#if GTK_CHECK_VERSION (3, 22, 0) gtk_show_uri_on_window (GTK_WINDOW (dialog), -#else - gtk_show_uri (gtk_widget_get_screen (GTK_WIDGET (dialog)), -#endif "help:mate-dictionary/mate-dictionary-preferences", gtk_get_current_event_time (), &err); if (err) |