Do not quit on closing terminal window

This commit is contained in:
Yevgen Muntyan 2005-07-25 17:58:07 +00:00
parent 429c381a34
commit 1c4f08476b

View File

@ -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);