[maemo-commits] [maemo-commits] r10642 - in projects/haf/trunk/hildon-libs: . debian hildon-widgets

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Tue Mar 20 10:53:03 EET 2007
Author: mdk
Date: 2007-03-20 10:53:02 +0200 (Tue, 20 Mar 2007)
New Revision: 10642

Modified:
   projects/haf/trunk/hildon-libs/ChangeLog
   projects/haf/trunk/hildon-libs/configure.ac
   projects/haf/trunk/hildon-libs/debian/changelog
   projects/haf/trunk/hildon-libs/hildon-widgets/hildon-banner.h
Log:
[0.15.1-1 release]
Adding a small define so that it can be built against new gtk.


Modified: projects/haf/trunk/hildon-libs/ChangeLog
===================================================================
--- projects/haf/trunk/hildon-libs/ChangeLog	2007-03-20 08:17:14 UTC (rev 10641)
+++ projects/haf/trunk/hildon-libs/ChangeLog	2007-03-20 08:53:02 UTC (rev 10642)
@@ -1,3 +1,13 @@
+2007-03-20  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
+
+	[0.15.1-1 release]
+
+	* configure.ac:
+	* debian/changelog: Updating.
+
+	* hildon-widgets/hildon-banner.h: Adding a small update so that it can
+	be built against new gtk.
+
 2007-02-22  Michael Dominic Kostrzewa  <michael.kostrzewa at nokia.com> 
 
 	[0.15.0-1bi release]

Modified: projects/haf/trunk/hildon-libs/configure.ac
===================================================================
--- projects/haf/trunk/hildon-libs/configure.ac	2007-03-20 08:17:14 UTC (rev 10641)
+++ projects/haf/trunk/hildon-libs/configure.ac	2007-03-20 08:53:02 UTC (rev 10642)
@@ -1,5 +1,5 @@
 AC_INIT(Makefile.am)
-AM_INIT_AUTOMAKE(hildon-libs, 0.15.0)
+AM_INIT_AUTOMAKE(hildon-libs, 0.15.1)
 AM_CONFIG_HEADER(config.h)
 
 AC_CANONICAL_HOST

Modified: projects/haf/trunk/hildon-libs/debian/changelog
===================================================================
--- projects/haf/trunk/hildon-libs/debian/changelog	2007-03-20 08:17:14 UTC (rev 10641)
+++ projects/haf/trunk/hildon-libs/debian/changelog	2007-03-20 08:53:02 UTC (rev 10642)
@@ -1,3 +1,9 @@
+hildon-libs (0.15.1-1) unstable; urgency=low
+
+  * Adding a small stub so that it can be built against new gtk.
+
+ -- Michael Dominic Kostrzewa <michael.kostrzewa at nokia.com>  Tue, 20 Mar 2007 10:50:38 +0200
+
 hildon-libs (0.15.0-1bi) unstable; urgency=low
 
   * Forcing binary rebuild.

Modified: projects/haf/trunk/hildon-libs/hildon-widgets/hildon-banner.h
===================================================================
--- projects/haf/trunk/hildon-libs/hildon-widgets/hildon-banner.h	2007-03-20 08:17:14 UTC (rev 10641)
+++ projects/haf/trunk/hildon-libs/hildon-widgets/hildon-banner.h	2007-03-20 08:53:02 UTC (rev 10642)
@@ -31,6 +31,10 @@
 
 G_BEGIN_DECLS 
 
+#ifndef GDK_WINDOW_TYPE_HINT_MESSAGE
+#define GDK_WINDOW_TYPE_HINT_MESSAGE GDK_WINDOW_TYPE_HINT_NOTIFICATION
+#endif
+
 #define HILDON_TYPE_BANNER (hildon_banner_get_type())
 
 #define HILDON_BANNER(obj)    (G_TYPE_CHECK_INSTANCE_CAST((obj), HILDON_TYPE_BANNER, HildonBanner))


More information about the maemo-commits mailing list