mirror of https://github.com/GNOME/gimp.git
oops
This commit is contained in:
parent
c297913ac7
commit
d999dda881
|
@ -137,7 +137,7 @@ dump_system_gimprc (void)
|
|||
|
||||
g_string_append (str, "# ");
|
||||
|
||||
if (! gimp_config_serialize_property (rc, prop_spec, str, TRUE))
|
||||
if (gimp_config_serialize_property (rc, prop_spec, str, TRUE))
|
||||
{
|
||||
g_string_append (str, "\n");
|
||||
|
||||
|
|
Loading…
Reference in New Issue