From f4ff83ff20116937f0512781d38e2f3a81222534 Mon Sep 17 00:00:00 2001 From: Christian Hammond Date: Fri, 26 Sep 2008 01:07:01 +0000 Subject: [PATCH] Fixed a breakage where we were including gtkversion.h directly. Reported by Richard Hughes. --- ChangeLog | 7 +++++++ NEWS | 1 + libnotify/notification.h | 1 - 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 74be523..5e0e015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 25 18:05:38 PDT 2008 Christian Hammond + + * 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 * libnotify/notification.c: diff --git a/NEWS b/NEWS index 01731e9..6e44447 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,7 @@ version 0.4.5: 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 diff --git a/libnotify/notification.h b/libnotify/notification.h index c05e7dc..d5ca193 100644 --- a/libnotify/notification.h +++ b/libnotify/notification.h @@ -25,7 +25,6 @@ #include #include #include -#include G_BEGIN_DECLS