Fixed a breakage where we were including gtkversion.h directly. Reported by Richard Hughes.
This commit is contained in:
parent
6b40617e90
commit
f4ff83ff20
|
@ -1,3 +1,10 @@
|
|||
Thu Sep 25 18:05:38 PDT 2008 Christian Hammond <chipx86@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@chipx86.com>
|
||||
|
||||
* libnotify/notification.c:
|
||||
|
|
1
NEWS
1
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
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <gtk/gtk.h>
|
||||
#include <gtk/gtkversion.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
|
Loading…
Reference in New Issue