mirror of https://github.com/GNOME/gimp.git
Bill Skaggs <weskaggs@primate.ucdavis.edu>
* app/tools/gimppaintoptions-gui.c: clean up ugliness introduced by my previous commit -- no functional change.
This commit is contained in:
parent
23690346af
commit
b8265901d8
|
@ -1,3 +1,8 @@
|
|||
2004-09-19 Bill Skaggs <weskaggs@primate.ucdavis.edu>
|
||||
|
||||
* app/tools/gimppaintoptions-gui.c: clean up ugliness introduced
|
||||
by my previous commit -- no functional change.
|
||||
|
||||
2004-09-19 Sven Neumann <sven@gimp.org>
|
||||
|
||||
Improved undo memory calculation for paint operations (bug #153035):
|
||||
|
|
|
@ -391,18 +391,18 @@ gradient_options_gui (GimpGradientOptions *gradient,
|
|||
GType tool_type,
|
||||
GtkWidget *incremental_toggle)
|
||||
{
|
||||
GObject *config;
|
||||
GtkWidget *frame = NULL;
|
||||
GtkWidget *table;
|
||||
GtkWidget *spinbutton;
|
||||
GtkWidget *button;
|
||||
GtkWidget *unitmenu;
|
||||
GtkWidget *combo;
|
||||
GObject *config;
|
||||
GtkWidget *frame = NULL;
|
||||
GtkWidget *table;
|
||||
GtkWidget *spinbutton;
|
||||
GtkWidget *button;
|
||||
GtkWidget *unitmenu;
|
||||
GtkWidget *combo;
|
||||
GimpContext *context;
|
||||
GimpDialogFactory *dialog_factory;
|
||||
GtkWidget *hbox;
|
||||
GtkWidget *gradient_button;
|
||||
GtkWidget *preview;
|
||||
GtkWidget *hbox;
|
||||
GtkWidget *gradient_button;
|
||||
GtkWidget *preview;
|
||||
|
||||
config = G_OBJECT (paint_options);
|
||||
context = GIMP_CONTEXT (paint_options);
|
||||
|
|
Loading…
Reference in New Issue