ooops, should recompile before committing

This commit is contained in:
Sven Neumann 2004-05-06 13:43:03 +00:00
parent 8008d532e1
commit 0582f559a8
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1227,8 +1227,8 @@ typedef struct _ResizeLayerOptions ResizeLayerOptions;
struct _ResizeLayerOptions
{
GimpLayer *layer;
Resize *dialog;
GimpLayer *layer;
ResizeDialog *dialog;
};
static void