also hide the dialog from image_scale_confirm_response()
svn path=/trunk/; revision=26754
This commit is contained in:
@ -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,
|
||||||
|
Reference in New Issue
Block a user