From 0b712fb4e54cf45864886c26f809f9eeeb2398a9 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 19 Oct 2009 10:11:45 +0200 Subject: [PATCH] GtkInputDialog is deprecated now, so #undef GTK_DISABLE_DEPRECATED Finally the reason needed to reimplement this beast in a proper way in GIMP. --- app/dialogs/preferences-dialog.c | 1 + 1 file changed, 1 insertion(+) diff --git a/app/dialogs/preferences-dialog.c b/app/dialogs/preferences-dialog.c index b3f1c8dc41..1f1dddbb71 100644 --- a/app/dialogs/preferences-dialog.c +++ b/app/dialogs/preferences-dialog.c @@ -19,6 +19,7 @@ #include +#undef GTK_DISABLE_DEPRECATED /* GtkInputDialog */ #undef GSEAL_ENABLE #include