depend on glib >= 2.10.2, gtk+ >= 2.8.18 and pango >= 1.12.3. Define
2006-07-05 Michael Natterer <mitch@gimp.org> * configure.in: depend on glib >= 2.10.2, gtk+ >= 2.8.18 and pango >= 1.12.3. Define FOO_DISABLE_DEPRECATED also for glib 2.12, gtk+ 2.10 and pango 2.14 * app/sanity.c * app/gui/gui.c: adjusted sanity checks accordingly. * app/dialogs/stroke-dialog.c * app/widgets/gimpeditor.c * app/widgets/gimpuimanager.c * libgimpwidgets/gimphelpui.c * libgimpwidgets/gimpmemsizeentry.c * plug-ins/helpbrowser/gimpthrobber.c: replace gtk_object_sink() by combinations of g_object_ref_sink() and g_object_unref().
This commit is contained in:

committed by
Michael Natterer

parent
73f770122b
commit
6feb7bb82c
@ -63,7 +63,7 @@ sanity_check_glib (void)
|
||||
const gchar *mismatch;
|
||||
|
||||
#define GLIB_REQUIRED_MAJOR 2
|
||||
#define GLIB_REQUIRED_MINOR 8
|
||||
#define GLIB_REQUIRED_MINOR 10
|
||||
#define GLIB_REQUIRED_MICRO 2
|
||||
|
||||
mismatch = glib_check_version (GLIB_REQUIRED_MAJOR,
|
||||
|
Reference in New Issue
Block a user