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:
William Skaggs 2004-09-19 19:50:09 +00:00
parent 23690346af
commit b8265901d8
2 changed files with 15 additions and 10 deletions

View File

@ -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):

View File

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