also hide the dialog from image_scale_confirm_response()

svn path=/trunk/; revision=26754
This commit is contained in:
Sven Neumann
2008-08-25 11:57:22 +00:00
parent e34e1b5918
commit afcd02f76a

View File

@ -275,6 +275,7 @@ image_scale_confirm_response (GtkWidget *widget,
if (response_id == GTK_RESPONSE_OK) if (response_id == GTK_RESPONSE_OK)
{ {
gtk_widget_hide (dialog->dialog);
dialog->callback (dialog->dialog, dialog->callback (dialog->dialog,
GIMP_VIEWABLE (dialog->image), GIMP_VIEWABLE (dialog->image),
dialog->width, dialog->width,