GtkInputDialog is deprecated now, so #undef GTK_DISABLE_DEPRECATED

Finally the reason needed to reimplement this beast in a proper way in
GIMP.
This commit is contained in:
Michael Natterer 2009-10-19 10:11:45 +02:00
parent 8a377be277
commit 0b712fb4e5
1 changed files with 1 additions and 0 deletions

View File

@ -19,6 +19,7 @@
#include <string.h>
#undef GTK_DISABLE_DEPRECATED /* GtkInputDialog */
#undef GSEAL_ENABLE
#include <gtk/gtk.h>