version number bump; add check for standalone gtkxmhtml from Sesse
* configure.in: version number bump; add check for standalone gtkxmhtml from Sesse * app/gimppreviewcache.c: applied gimp-yasuhiro-19991122-1, prevents div by zero error * plug-ins/script-fu/script-fu-scripts.c: INIT_I18N_UI before gtk_init, reported by yasuhiro * plug-ins/common/mapcolor.c * plug-ins/common/sunras.c * plug-ins/fits/fits.c: applied gimpkirchgessner-991121-[0-2], i18n and sundry bug fixes -Yosh
This commit is contained in:
@ -1088,14 +1088,11 @@ script_fu_interface (SFScript *script)
|
||||
|
||||
if (!gtk_initted)
|
||||
{
|
||||
argc = 1;
|
||||
argv = g_new (gchar *, 1);
|
||||
argv[0] = g_strdup ("script-fu");
|
||||
INIT_I18N_UI();
|
||||
|
||||
gtk_init (&argc, &argv);
|
||||
g_set_prgname ("script-fu");
|
||||
gtk_rc_parse (gimp_gtkrc ());
|
||||
|
||||
INIT_I18N_UI();
|
||||
|
||||
gdk_set_use_xshm (gimp_use_xshm ());
|
||||
|
||||
|
Reference in New Issue
Block a user