diff options
author | monsta <[email protected]> | 2018-01-29 22:22:48 +0300 |
---|---|---|
committer | raveit65 <[email protected]> | 2018-01-31 09:55:09 +0100 |
commit | 45cbbd09a196d3143e25db3fe0ae7103388aae10 (patch) | |
tree | 2d8e302296e4b3d292db479f24f92d9f7065788b /shell/ev-properties-license.c | |
parent | 32575e23107333add227eaa0501ae3cfe6d4fd8a (diff) | |
download | atril-45cbbd09a196d3143e25db3fe0ae7103388aae10.tar.bz2 atril-45cbbd09a196d3143e25db3fe0ae7103388aae10.tar.xz |
require GTK+ 3.22 and GLib 2.50
Diffstat (limited to 'shell/ev-properties-license.c')
-rw-r--r-- | shell/ev-properties-license.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/shell/ev-properties-license.c b/shell/ev-properties-license.c index f9f11b04..e65b4bd1 100644 --- a/shell/ev-properties-license.c +++ b/shell/ev-properties-license.c @@ -109,11 +109,7 @@ ev_properties_license_add_section (EvPropertiesLicense *properties, gchar *markup; title = gtk_label_new (NULL); -#if GTK_CHECK_VERSION (3, 16, 0) gtk_label_set_xalign (GTK_LABEL (title), 0.0); -#else - gtk_misc_set_alignment (GTK_MISC (title), 0.0, 0.5); -#endif gtk_label_set_use_markup (GTK_LABEL (title), TRUE); markup = g_strdup_printf ("<b>%s</b>", title_text); gtk_label_set_markup (GTK_LABEL (title), markup); |