[Galago-commits] r3010 - in trunk/libnotify: . libnotify

galago-commits at freedesktop.org galago-commits at freedesktop.org
Thu Sep 25 18:07:02 PDT 2008


Author: chipx86
Date: 2008-09-25 18:07:01 -0700 (Thu, 25 Sep 2008)
New Revision: 3010

Modified:
   trunk/libnotify/ChangeLog
   trunk/libnotify/NEWS
   trunk/libnotify/libnotify/notification.h
Log:
Fixed a breakage where we were including gtkversion.h directly. Reported by Richard Hughes.


Modified: trunk/libnotify/ChangeLog
===================================================================
--- trunk/libnotify/ChangeLog	2008-03-20 13:54:56 UTC (rev 3009)
+++ trunk/libnotify/ChangeLog	2008-09-26 01:07:01 UTC (rev 3010)
@@ -1,3 +1,10 @@
+Thu Sep 25 18:05:38 PDT 2008  Christian Hammond <chipx86 at chipx86.com>
+
+	* libnotify/notification.h:
+	* NEWS:
+	  - Fixed a breakage where we were including gtkversion.h directly.
+	    Reported by Richard Hughes.
+
 Tue Mar 18 21:51:32 PDT 2008  Christian Hammond <chipx86 at chipx86.com>
 
 	* libnotify/notification.c:

Modified: trunk/libnotify/NEWS
===================================================================
--- trunk/libnotify/NEWS	2008-03-20 13:54:56 UTC (rev 3009)
+++ trunk/libnotify/NEWS	2008-09-26 01:07:01 UTC (rev 3010)
@@ -3,6 +3,7 @@
 	  Rocha.
 	* Added support for sending the closed reason in the "closed" signal
 	  handler. (Ticket #139)
+	* Fixed a breakage where we were including gtkversion.h directly.
 
 version 0.4.4 (27-February-2007):
 	* Fixed a bug where a notification's ID could be reset when a different

Modified: trunk/libnotify/libnotify/notification.h
===================================================================
--- trunk/libnotify/libnotify/notification.h	2008-03-20 13:54:56 UTC (rev 3009)
+++ trunk/libnotify/libnotify/notification.h	2008-09-26 01:07:01 UTC (rev 3010)
@@ -25,7 +25,6 @@
 #include <glib.h>
 #include <glib-object.h>
 #include <gtk/gtk.h>
-#include <gtk/gtkversion.h>
 
 G_BEGIN_DECLS
 



More information about the galago-commits mailing list