app/context_manager.c app/gimpdatafactory.c app/gimpdatalist.[ch]
2001-02-19 Michael Natterer <mitch@gimp.org> * app/context_manager.c * app/gimpdatafactory.c * app/gimpdatalist.[ch] * app/gimplist.[ch] * app/module_db.c: return a GimpContainer from all container subclass constructors. * app/gimppalettepreview.c * app/palette.c: changed the preview a bit. Still ugly.
This commit is contained in:
committed by
Michael Natterer
parent
2beabbaf04
commit
dbc227137c
@ -213,8 +213,7 @@ module_db_init (void)
|
||||
|
||||
/* Load and initialize gimp modules */
|
||||
|
||||
modules = GIMP_CONTAINER (gimp_list_new (MODULE_INFO_TYPE,
|
||||
GIMP_CONTAINER_POLICY_WEAK));
|
||||
modules = gimp_list_new (MODULE_INFO_TYPE, GIMP_CONTAINER_POLICY_WEAK);
|
||||
|
||||
if (g_module_supported ())
|
||||
datafiles_read_directories (module_path, 0 /* no flags */,
|
||||
|
||||
Reference in New Issue
Block a user