From 20eba73581cba53ef81d2c1ccdd1d6c8edf1affc Mon Sep 17 00:00:00 2001 From: Edwin Pujols Date: Tue, 18 Feb 2014 11:53:46 -0400 Subject: [PATCH] Fix focus problem under GNOME Shell/Mutter --- terminal/terminal-app.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/terminal/terminal-app.c b/terminal/terminal-app.c index 66dcd64..e92ae6c 100644 --- a/terminal/terminal-app.c +++ b/terminal/terminal-app.c @@ -426,11 +426,6 @@ terminal_app_new_window_with_terminal (TerminalWindow *existing, if (G_LIKELY (screen != NULL)) gtk_window_set_screen (GTK_WINDOW (window), screen); - /* this is required to get the geometry right - * later in the terminal_window_add() call. - */ - gtk_widget_hide (GTK_WIDGET (terminal)); - terminal_window_add (TERMINAL_WINDOW (window), terminal); gtk_widget_show (window); -- 1.9.rc1