diff --git a/source/ubinstall-gtk.c b/source/ubinstall-gtk.c index b6175f4..d211c12 100644 --- a/source/ubinstall-gtk.c +++ b/source/ubinstall-gtk.c @@ -404,8 +404,8 @@ void on_exit_accepted(main_window *widgets){ } main_config.exit_accepted=1; while(gtk_events_pending()) gtk_main_iteration(); - gtk_widget_destroy(widgets->MainWindow); - gtk_main_quit(); + // gtk_widget_destroy(widgets->MainWindow); + // gtk_main_quit(); } gboolean on_yon_exit(GtkWidget *,GdkEvent*, main_window *widgets){