mirror of https://github.com/GNOME/gimp.git
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:
parent
edb4e825e0
commit
06617b91c2
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue