Fixed aplication stuck active after root button activation

pull/90/head
parent 3f7c8d4694
commit c12b1f2688

@ -539,6 +539,7 @@ void on_root_access(GtkWidget *, GtkWidget *window){
pthread_t thread_id; pthread_t thread_id;
pthread_create(&thread_id, NULL, (void *)on_root_get_root,argline); pthread_create(&thread_id, NULL, (void *)on_root_get_root,argline);
gtk_widget_destroy(window); gtk_widget_destroy(window);
exit(0);
} }
} }
} }

Loading…
Cancel
Save