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:
Manish Singh
1999-11-24 23:58:46 +00:00
parent 643e1b1a92
commit a111d2397b
11 changed files with 257 additions and 144 deletions

View File

@ -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 ());