diff options
author | Javier Jardón <jjardon@gnome.org> | 2010-02-11 10:30:46 +0800 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2010-02-11 22:48:02 +0800 |
commit | eb55fc7974c51d26ec5e539d7214787d1fac9a07 (patch) | |
tree | a2cbab1f74151926bfc051a6dfc5569f0fb8e3a2 /configure.ac | |
parent | 77c212067ef3f33c01a39a276f729d4099cb572b (diff) | |
download | gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar.gz gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar.bz2 gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar.lz gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar.xz gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.tar.zst gsoc2013-epiphany-eb55fc7974c51d26ec5e539d7214787d1fac9a07.zip |
Use accessor functions instead direct access
Substitute GTK_WIDGET_MAPPED() and GTK_WIDGET_REALIZED()
GTK+ required version bumped to 2.19.5
https://bugzilla.gnome.org/show_bug.cgi?id=595791
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index ceb83c4e5..85558438d 100644 --- a/configure.ac +++ b/configure.ac @@ -94,7 +94,7 @@ if test "$enable_maintainer_mode" = "yes"; then fi GLIB_REQUIRED=2.19.7 -GTK_REQUIRED=2.18.0 +GTK_REQUIRED=2.19.5 LIBXML_REQUIRED=2.6.12 LIBXSLT_REQUIRED=1.1.7 LIBSTARTUP_NOTIFICATION_REQUIRED=0.5 |