Do not quit on closing terminal window
This commit is contained in:
parent
429c381a34
commit
1c4f08476b
@ -134,8 +134,6 @@ static GObject *moo_term_window_constructor (GType
|
||||
GTK_WIDGET_SET_FLAGS (terminal, GTK_CAN_FOCUS);
|
||||
GTK_WIDGET_SET_FLAGS (terminal, GTK_CAN_DEFAULT);
|
||||
|
||||
g_signal_connect (window, "destroy", G_CALLBACK (gtk_main_quit), NULL);
|
||||
|
||||
gtk_widget_grab_focus (terminal);
|
||||
gtk_widget_grab_default (terminal);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user