diff --git a/moo/mooterm/mootermwindow.c b/moo/mooterm/mootermwindow.c index 895fa0cf..687fdd8b 100644 --- a/moo/mooterm/mootermwindow.c +++ b/moo/mooterm/mootermwindow.c @@ -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);