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:
Sven Neumann 2007-05-02 09:56:01 +00:00 committed by Sven Neumann
parent 8776dc7f38
commit ebb9c00470
2 changed files with 6 additions and 1 deletions

View file

@ -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

View file

@ -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)