mirror of https://github.com/GNOME/gimp.git
#undef GIMP_DISABLE_DEPRECATED so gimp_memsize_to_string() sees its own
2008-04-14 Michael Natterer <mitch@gimp.org> * libgimpbase/gimpmemsize.c: #undef GIMP_DISABLE_DEPRECATED so gimp_memsize_to_string() sees its own prototype. svn path=/trunk/; revision=25483
This commit is contained in:
parent
88325fce62
commit
733f73e23f
|
@ -1,3 +1,8 @@
|
|||
2008-04-14 Michael Natterer <mitch@gimp.org>
|
||||
|
||||
* libgimpbase/gimpmemsize.c: #undef GIMP_DISABLE_DEPRECATED so
|
||||
gimp_memsize_to_string() sees its own prototype.
|
||||
|
||||
2008-04-14 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/display/gimpstatusbar.c (gimp_statusbar_label_expose): fixed
|
||||
|
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
#include <glib-object.h>
|
||||
|
||||
#undef GIMP_DISABLE_DEPRECATED
|
||||
#include "gimpmemsize.h"
|
||||
|
||||
#include "libgimp/libgimp-intl.h"
|
||||
|
|
Loading…
Reference in New Issue