mirror of https://github.com/GNOME/gimp.git
ooops, should recompile before committing
This commit is contained in:
parent
8008d532e1
commit
0582f559a8
|
@ -471,7 +471,7 @@ image_resize_callback (GtkWidget *widget,
|
|||
"greater than zero."));
|
||||
}
|
||||
|
||||
gtk_widget_destroy (image_resize->dialog->dialog_shell);
|
||||
gtk_widget_destroy (image_resize->dialog->shell);
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
@ -1227,8 +1227,8 @@ typedef struct _ResizeLayerOptions ResizeLayerOptions;
|
|||
|
||||
struct _ResizeLayerOptions
|
||||
{
|
||||
GimpLayer *layer;
|
||||
Resize *dialog;
|
||||
GimpLayer *layer;
|
||||
ResizeDialog *dialog;
|
||||
};
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in New Issue