fixed my laterst ChangeLog entry.

This commit is contained in:
Michael Natterer
2003-09-02 13:00:58 +00:00
parent 73b1ed03c6
commit 5eb8dca4dd

View File

@ -4,13 +4,13 @@
* app/config/gimprc-blurbs.h: removed "module-load-inhibit" * app/config/gimprc-blurbs.h: removed "module-load-inhibit"
property since the GimpModuleDB stores this value. property since the GimpModuleDB stores this value.
* app/config/gimpconfigwriter.[ch] (gimp_config_writer_new): * app/config/gimpconfigwriter.[ch] (gimp_config_writer_new_file):
renamed parameter "gboolean safe" to "gboolean atomic". renamed parameter "gboolean safe" to "gboolean atomic".
* app/core/gimpmodules.c: ported modulerc parsing/writing to * app/core/gimpmodules.c: ported modulerc parsing/writing to
GimpScanner and GimpConfigWriter (apparently it was forgotten GScanner and GimpConfigWriter (apparently it was forgotten during
during gimprc cleanup). Makes keeping modules from being loaded gimprc cleanup). Makes keeping modules from being loaded work
work again. Reported by Michael Schumacher on #gimp. again. Reported by Michael Schumacher on #gimp.
2003-09-02 Simon Budig <simon@gimp.org> 2003-09-02 Simon Budig <simon@gimp.org>