summaryrefslogtreecommitdiff
path: root/pidgin/gtkrequest.c
diff options
context:
space:
mode:
authorElliott Sales de Andrade <qulogic@pidgin.im>2019-07-15 04:11:24 -0400
committerElliott Sales de Andrade <qulogic@pidgin.im>2019-07-15 04:11:24 -0400
commite4042f5c19082b14f2b38e3cacfe200149ee5230 (patch)
treeb06578473a2d350ee6fe93b96cebf181774aaa29 /pidgin/gtkrequest.c
parentb1e95e2e250ff0634f9748af3b3540f82198bd25 (diff)
downloadpidgin-e4042f5c19082b14f2b38e3cacfe200149ee5230.tar.gz
Bump minimum GTK 3 requirement to 3.18.0.
According to repology, dropping 3.10.0 drops the following EOL distributions: * Linux Mint 17: 3.10.8 * Linux Mint 17.1: 3.10.8 * Linux Mint 17.2: 3.10.8 * Linux Mint 17.3: 3.10.8 * Trisquel 7.0: 3.10.8 * Ubuntu 14.04: 3.10.8 Dropping 3.14.x drops the following distributions: * Devuan 1.0: 3.14.5 * ROSA Server 7.3: 3.14.13 * Raspbian Oldstable: 3.14.5 * SliTaz Cooking: 3.14.8 * SteamOS Brewmaster: 3.14.5 The following "conservative" distributions will be dropped, but are unlikely to receive Pidgin 3 updates anyway: * ROSA 2014.1: 3.16.7
Diffstat (limited to 'pidgin/gtkrequest.c')
-rw-r--r--pidgin/gtkrequest.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/pidgin/gtkrequest.c b/pidgin/gtkrequest.c
index 263492842f..da1dfae010 100644
--- a/pidgin/gtkrequest.c
+++ b/pidgin/gtkrequest.c
@@ -2289,13 +2289,8 @@ pidgin_request_fields(const char *title, const char *primary,
gtk_widget_set_hexpand(widget, TRUE);
gtk_widget_set_vexpand(widget, TRUE);
-#if GTK_CHECK_VERSION(3,12,0)
gtk_widget_set_margin_start(widget, 5);
gtk_widget_set_margin_end(widget, 5);
-#else
- gtk_widget_set_margin_left(widget, 5);
- gtk_widget_set_margin_right(widget, 5);
-#endif
if (type == PURPLE_REQUEST_FIELD_STRING &&
purple_request_field_string_is_multiline(field))