diff --git a/README.html b/README.html
index c59ac15a9..2621eef0b 100644
--- a/README.html
+++ b/README.html
@@ -16,7 +16,7 @@ Welcome to Gajim and thank you for trying out our client.
Runtime Requirements
- python2.4 or higher
-- pygtk2.6 or higher
+- pygtk2.8 or higher
- python-libglade
- pysqlite2 (if you have python 2.5, you already have this)
diff --git a/configure.ac b/configure.ac
index c4bdb142e..6a9439ba2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -33,7 +33,7 @@ AM_NLS
dnl ****
dnl pygtk and gtk+
dnl ****
-PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.6.0 pygtk-2.0 >= 2.6.0])
+PKG_CHECK_MODULES([PYGTK], [gtk+-2.0 >= 2.8.0 pygtk-2.0 >= 2.8.0])
AC_SUBST(PYGTK_CFLAGS)
AC_SUBST(PYGTK_LIBS)
PYGTK_DEFS=`$PKG_CONFIG --variable=defsdir pygtk-2.0`