aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-22 13:28:20 +0800
committerDanielle Madeley <danielle.madeley@collabora.co.uk>2012-05-29 15:12:47 +0800
commitc3bc27cdb1d299bef40b22d5b741e8fdc862eb41 (patch)
treed928488c25e88830436ac84c2527fc3a8fd01285 /configure.ac
parentbeeae4882070a075750b11b378d9c81e04adc86f (diff)
downloadgsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar.gz
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar.bz2
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar.lz
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar.xz
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.tar.zst
gsoc2013-empathy-c3bc27cdb1d299bef40b22d5b741e8fdc862eb41.zip
contact-widget: remove colons and dim labels, move avatar to LHS
Make widget look like mockup. Fixes: https://bugzilla.gnome.org/show_bug.cgi?id=672043
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 0ff4ea8ca..712609bc4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -41,7 +41,7 @@ GLIB_REQUIRED=2.32.0
AC_DEFINE(GLIB_VERSION_MIN_REQUIRED, GLIB_VERSION_2_30, [Ignore post 2.30 deprecations])
AC_DEFINE(GLIB_VERSION_MAX_ALLOWED, GLIB_VERSION_2_32, [Prevent post 2.32 APIs])
-GTK_REQUIRED=3.3.6
+GTK_REQUIRED=3.5.1
AC_DEFINE(GDK_VERSION_MIN_REQUIRED, GDK_VERSION_3_4, [Ignore post 3.4 deprecations])
AC_DEFINE(GDK_VERSION_MAX_ALLOWED, GDK_VERSION_3_4, [Prevent post 3.4 APIs])