Use gtk_window_destroy
Replace calls to gtk_widget_destroy on windows with gtk_window_destroy.
This commit is contained in:
@@ -101,7 +101,7 @@ quit_app (GSimpleAction *action,
|
||||
win = list->data;
|
||||
next = list->next;
|
||||
|
||||
gtk_widget_destroy (GTK_WIDGET (win));
|
||||
gtk_window_destroy (GTK_WINDOW (win));
|
||||
|
||||
list = next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user