gtk+ r21920 - trunk/modules/other/gail



Author: tml
Date: Sun Dec 21 12:24:49 2008
New Revision: 21920
URL: http://svn.gnome.org/viewvc/gtk+?rev=21920&view=rev

Log:
2008-12-21  Tor Lillqvist  <tml novell com>

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



Modified:
   trunk/modules/other/gail/ChangeLog
   trunk/modules/other/gail/gaillabel.c

Modified: trunk/modules/other/gail/gaillabel.c
==============================================================================
--- trunk/modules/other/gail/gaillabel.c	(original)
+++ trunk/modules/other/gail/gaillabel.c	Sun Dec 21 12:24:49 2008
@@ -20,6 +20,9 @@
 #include "config.h"
 
 #include <string.h>
+
+#undef GTK_DISABLE_DEPRECATED
+
 #include <gtk/gtk.h>
 #include "gaillabel.h"
 #include "gailwindow.h"



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]