define DIVIDE here too (auf, script-fu sucks)

* plug-ins/script-fu/scripts.c: define DIVIDE here too (auf, script-fu sucks)

* plug-ins/illusion/illusion.c: parse gtkrc

-Yosh
This commit is contained in:
Manish Singh 1998-06-26 18:09:55 +00:00
parent edb4e825e0
commit 06617b91c2
4 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,10 @@
Fri Jun 26 11:00:35 PDT 1998 Manish Singh <yosh@gimp.org>
* plug-ins/script-fu/scripts.c: define DIVIDE here too (auf,
script-fu sucks)
* plug-ins/illusion/illusion.c: parse gtkrc
Fri Jun 26 00:59:16 PDT 1998 Manish Singh <yosh@gimp.org>
* app/Makefile.am: corrected typo

View File

@ -301,6 +301,7 @@ static int dialog( void )
gchar **argv = g_new( gchar *, 1 );
argv[0] = g_strdup( DIALOG_CAPTION );
gtk_init( &argc, &argv );
gtk_rc_parse( gimp_gtkrc () );
}
/* dialog window */

View File

@ -301,6 +301,7 @@ static int dialog( void )
gchar **argv = g_new( gchar *, 1 );
argv[0] = g_strdup( DIALOG_CAPTION );
gtk_init( &argc, &argv );
gtk_rc_parse( gimp_gtkrc () );
}
/* dialog window */

View File

@ -362,6 +362,7 @@ init_constants ()
setvar (cintern ("SATURATION"), flocons (12), NIL);
setvar (cintern ("COLOR"), flocons (13), NIL);
setvar (cintern ("VALUE"), flocons (14), NIL);
setvar (cintern ("DIVIDE"), flocons (15), NIL);
setvar (cintern ("FG-BG-RGB"), flocons (0), NIL);
setvar (cintern ("FG-BG-HSV"), flocons (1), NIL);