fixed gtk+ includes, added a warning that deprecated widgets are being

2004-04-15  Sven Neumann  <sven@gimp.org>

	* plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a
	warning that deprecated widgets are being used.
This commit is contained in:
Sven Neumann 2004-04-15 20:11:44 +00:00 committed by Sven Neumann
parent 48bf883825
commit 40e85cd986
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2004-04-15 Sven Neumann <sven@gimp.org>
* plug-ins/winicon/icodialog.c: fixed gtk+ includes, added a
warning that deprecated widgets are being used.
2004-04-15 Sven Neumann <sven@gimp.org>
* configure.in

View file

@ -23,9 +23,12 @@
#include <stdio.h>
#ifdef __GNUC__
#warning GTK_DISABLE_DEPRECATED
#endif
#undef GTK_DISABLE_DEPRECATED
#include <gtk/gtkpreview.h>
#define GTK_DISABLE_DEPRECATED
#include <gtk/gtk.h>
#include <libgimp/gimp.h>
#include <libgimp/gimpui.h>