mirror of https://github.com/GNOME/gimp.git
the GLib version that has string validation fixed is 2.12.12.
2007-05-02 Sven Neumann <sven@gimp.org> * app/core/gimpparamspecs.c (gimp_param_string_validate): the GLib version that has string validation fixed is 2.12.12. svn path=/trunk/; revision=22375
This commit is contained in:
parent
8776dc7f38
commit
ebb9c00470
|
@ -1,3 +1,8 @@
|
|||
2007-05-02 Sven Neumann <sven@gimp.org>
|
||||
|
||||
* app/core/gimpparamspecs.c (gimp_param_string_validate): the GLib
|
||||
version that has string validation fixed is 2.12.12.
|
||||
|
||||
2007-05-02 Martin Nordholts <martinn@svn.gnome.org>
|
||||
|
||||
When adjusting a rectangle it feels unintuitive that the center of
|
||||
|
|
|
@ -362,7 +362,7 @@ gimp_param_string_validate (GParamSpec *pspec,
|
|||
gchar *string = value->data[0].v_pointer;
|
||||
|
||||
#ifdef __GNUC__
|
||||
#warning FIXME: use GParamSpecString::ensure_non_null and chain up once we depend on glib 2.12.11 or glib 2.14
|
||||
#warning FIXME: use GParamSpecString::ensure_non_null and chain up once we depend on glib 2.12.12 or newer
|
||||
#endif
|
||||
|
||||
if (string)
|
||||
|
|
Loading…
Reference in New Issue