mirror of https://github.com/GNOME/gimp.git
parent
33944dab1c
commit
916d858e49
|
@ -266,7 +266,7 @@ gdisplay_close_warning_callback (GtkWidget *w,
|
|||
if (popup_shell == gdisp->shell)
|
||||
popup_shell = NULL;
|
||||
|
||||
gtk_widget_unref (gdisp->shell);
|
||||
gtk_widget_destroy (gdisp->shell);
|
||||
gtk_widget_destroy (mbox);
|
||||
}
|
||||
|
||||
|
|
|
@ -266,7 +266,7 @@ gdisplay_close_warning_callback (GtkWidget *w,
|
|||
if (popup_shell == gdisp->shell)
|
||||
popup_shell = NULL;
|
||||
|
||||
gtk_widget_unref (gdisp->shell);
|
||||
gtk_widget_destroy (gdisp->shell);
|
||||
gtk_widget_destroy (mbox);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue