Augh, fix stupid braino from my last change
-Yosh
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Thu Nov 25 12:21:27 PST 1999 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* plug-ins/script-fu/script-fu-scripts.c: augh, fix stupid braino
|
||||||
|
from my last change
|
||||||
|
|
||||||
1999-11-25 Michael Natterer <mitch@gimp.org>
|
1999-11-25 Michael Natterer <mitch@gimp.org>
|
||||||
|
|
||||||
* app/menus.c: Removed the definitions of the tearoff menu items
|
* app/menus.c: Removed the definitions of the tearoff menu items
|
||||||
|
@ -1076,8 +1076,6 @@ script_fu_interface (SFScript *script)
|
|||||||
GtkWidget *bbox;
|
GtkWidget *bbox;
|
||||||
gchar *title;
|
gchar *title;
|
||||||
gchar *buf;
|
gchar *buf;
|
||||||
gchar **argv;
|
|
||||||
gint argc;
|
|
||||||
int start_args;
|
int start_args;
|
||||||
int i;
|
int i;
|
||||||
guchar *color_cube;
|
guchar *color_cube;
|
||||||
@ -1090,7 +1088,7 @@ script_fu_interface (SFScript *script)
|
|||||||
{
|
{
|
||||||
INIT_I18N_UI();
|
INIT_I18N_UI();
|
||||||
|
|
||||||
gtk_init (&argc, &argv);
|
gtk_init (NULL, NULL);
|
||||||
g_set_prgname ("script-fu");
|
g_set_prgname ("script-fu");
|
||||||
gtk_rc_parse (gimp_gtkrc ());
|
gtk_rc_parse (gimp_gtkrc ());
|
||||||
|
|
||||||
|
@ -1076,8 +1076,6 @@ script_fu_interface (SFScript *script)
|
|||||||
GtkWidget *bbox;
|
GtkWidget *bbox;
|
||||||
gchar *title;
|
gchar *title;
|
||||||
gchar *buf;
|
gchar *buf;
|
||||||
gchar **argv;
|
|
||||||
gint argc;
|
|
||||||
int start_args;
|
int start_args;
|
||||||
int i;
|
int i;
|
||||||
guchar *color_cube;
|
guchar *color_cube;
|
||||||
@ -1090,7 +1088,7 @@ script_fu_interface (SFScript *script)
|
|||||||
{
|
{
|
||||||
INIT_I18N_UI();
|
INIT_I18N_UI();
|
||||||
|
|
||||||
gtk_init (&argc, &argv);
|
gtk_init (NULL, NULL);
|
||||||
g_set_prgname ("script-fu");
|
g_set_prgname ("script-fu");
|
||||||
gtk_rc_parse (gimp_gtkrc ());
|
gtk_rc_parse (gimp_gtkrc ());
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user