Sven Neumann <sven@gimp.org>
2000-06-01 Michael Natterer <mitch@gimp.org> Sven Neumann <sven@gimp.org> * libgimp/gimpgradientmenu.c: forgot a small change here...
This commit is contained in:

committed by
Michael Natterer

parent
6be23f70fa
commit
bd800141fb
@ -1,3 +1,8 @@
|
||||
2000-06-01 Michael Natterer <mitch@gimp.org>
|
||||
Sven Neumann <sven@gimp.org>
|
||||
|
||||
* libgimp/gimpgradientmenu.c: forgot a small change here...
|
||||
|
||||
2000-06-01 Michael Natterer <mitch@gimp.org>
|
||||
Sven Neumann <sven@gimp.org>
|
||||
|
||||
|
@ -219,7 +219,7 @@ gimp_gradient_select_widget (gchar *dname,
|
||||
|
||||
/* Do initial gradient setup */
|
||||
gradient_name =
|
||||
gimp_gradients_get_gradient_data (igradient, CELL_SIZE_WIDTH, &width, &grad_data);
|
||||
gimp_gradients_get_gradient_data (igradient, &width, CELL_SIZE_WIDTH, &grad_data);
|
||||
|
||||
if (gradient_name)
|
||||
{
|
||||
@ -269,7 +269,7 @@ gimp_gradient_select_widget_set_popup (GtkWidget *widget,
|
||||
if (gsel)
|
||||
{
|
||||
gradient_name =
|
||||
gimp_gradients_get_gradient_data (gname, gsel->sample_size, &width, &grad_data);
|
||||
gimp_gradients_get_gradient_data (gname, &width, gsel->sample_size, &grad_data);
|
||||
|
||||
if (gradient_name)
|
||||
{
|
||||
|
Reference in New Issue
Block a user