gtk-demo/builder: Re-enable deprecated symbols

The demo uses GtkAction.
This commit is contained in:
Emmanuele Bassi 2013-07-20 10:55:27 +01:00
parent 18cf2a0806
commit e7461ea67b

View File

@ -2,7 +2,7 @@
*
* Demonstrates an interface loaded from a XML description.
*/
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtk.h>
static GtkBuilder *builder;