#undef GTK_DISABLE_DEPRECATED here, too get GTK_IS_COMBO.

2008-12-21  Tor Lillqvist  <tml@novell.com>

	* gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get
	GTK_IS_COMBO.


svn path=/trunk/; revision=21920
This commit is contained in:
Tor Lillqvist 2008-12-21 12:24:49 +00:00 committed by Tor Lillqvist
parent 7404704431
commit a96dd0ead1
2 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2008-12-21 Tor Lillqvist <tml@novell.com>
* gaillabel.c: #undef GTK_DISABLE_DEPRECATED here, too get
GTK_IS_COMBO.
2008-12-15 Li Yuan <li.yuan@sun.com>
* gailitem.c:

View File

@ -20,6 +20,9 @@
#include "config.h"
#include <string.h>
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtk.h>
#include "gaillabel.h"
#include "gailwindow.h"