[Galago-commits] r3003 - trunk/notification-daemon

galago-commits at freedesktop.org galago-commits at freedesktop.org
Tue Mar 18 21:49:05 PDT 2008


Author: chipx86
Date: 2008-03-18 21:49:04 -0700 (Tue, 18 Mar 2008)
New Revision: 3003

Modified:
   trunk/notification-daemon/NEWS
   trunk/notification-daemon/configure.ac
Log:
Bump up the required gtk version to 2.10.


Modified: trunk/notification-daemon/NEWS
===================================================================
--- trunk/notification-daemon/NEWS	2008-03-19 04:41:12 UTC (rev 3002)
+++ trunk/notification-daemon/NEWS	2008-03-19 04:49:04 UTC (rev 3003)
@@ -1,5 +1,5 @@
 version 0.3.8:
-	* Bumped up the required minimum version of GTK+ to 2.8.0.
+	* Bumped up the required minimum version of GTK+ to 2.10.0.
 	* Bump the notification spec version we're compliant with to 1.0.
 	* Send the reason code along with the NotificationClosed signal in order
 	  to indicate why the notification was closed. (Bug #137)

Modified: trunk/notification-daemon/configure.ac
===================================================================
--- trunk/notification-daemon/configure.ac	2008-03-19 04:41:12 UTC (rev 3002)
+++ trunk/notification-daemon/configure.ac	2008-03-19 04:49:04 UTC (rev 3003)
@@ -73,7 +73,7 @@
 AC_DEFINE_UNQUOTED(GETTEXT_PACKAGE, "$GETTEXT_PACKAGE", [Gettext package])
 AM_GLIB_GNU_GETTEXT
 
-REQ_GTK_VERSION=2.8.0
+REQ_GTK_VERSION=2.10.0
 REQ_GLIB_VERSION=$REQ_GTK_VERSION
 REQ_SEXY_VERSION=0.1.3
 REQ_DBUS_VERSION=0.36



More information about the galago-commits mailing list