removed reference to the "module-load-inhibit" property

2003-09-20 Henrik Brix Andersen <brix@gimp.org>

* app/config/gimpconfig-dump.c (dump_gimprc): removed reference to
the "module-load-inhibit" property
This commit is contained in:
Henrik Brix Andersen 2003-09-20 14:54:26 +00:00 committed by Henrik Brix Andersen
parent 584cbf9890
commit 99aff7e50e
2 changed files with 6 additions and 3 deletions

View File

@ -1,3 +1,8 @@
2003-09-20 Henrik Brix Andersen <brix@gimp.org>
* app/config/gimpconfig-dump.c (dump_gimprc): removed reference to
the "module-load-inhibit" property
2003-09-19 Helvetix Victorinox <helvetix@gimp.org>
* app/composite/gimp-composite-mmx.c

View File

@ -119,9 +119,7 @@ dump_gimprc (DumpFormat format)
g_type_init ();
rc = g_object_new (GIMP_TYPE_RC,
"module-load-inhibit", "foo", /* for completeness */
NULL);
rc = g_object_new (GIMP_TYPE_RC, NULL);
writer = gimp_config_writer_new_fd (fd);