Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
9c376b38
Commit
9c376b38
authored
Apr 20, 2005
by
Sven Neumann
Committed by
Sven Neumann
Apr 20, 2005
Browse files
cosmetics.
2005-04-20 Sven Neumann <sven@gimp.org> * libgimp/gimpui.c (gimp_ensure_modules): cosmetics.
parent
2147e502
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
9c376b38
2005-04-20 Sven Neumann <sven@gimp.org>
* libgimp/gimpui.c (gimp_ensure_modules): cosmetics.
2005-04-20 Sven Neumann <sven@gimp.org>
* plug-ins/common/mail.c: set charset to UTF-8. Initialize the
...
...
libgimp/gimpui.c
View file @
9c376b38
...
...
@@ -136,17 +136,15 @@ gimp_ensure_modules (void)
if
(
!
module_db
)
{
gchar
*
load_inhibit
;
gchar
*
module_path
;
load_inhibit
=
gimp_get_module_load_inhibit
();
module_path
=
gimp_gimprc_query
(
"module-path"
);
gchar
*
load_inhibit
=
gimp_get_module_load_inhibit
();
gchar
*
module_path
=
gimp_gimprc_query
(
"module-path"
);
module_db
=
gimp_module_db_new
(
FALSE
);
gimp_module_db_set_load_inhibit
(
module_db
,
load_inhibit
);
gimp_module_db_load
(
module_db
,
module_path
);
g_free
(
load_inhibit
);
g_free
(
module_path
);
g_free
(
load_inhibit
);
}
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment