From dc968d09d8326b397d473e7762773db7efcdeb5c Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 25 Nov 2004 23:03:33 +0000 Subject: Don't move the window, just show it. Fixes bug #158923. 2004-11-26 Christian Persch * src/ephy-shell.c: (ephy_shell_new_tab): Don't move the window, just show it. Fixes bug #158923. --- src/ephy-shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ephy-shell.c') diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 9764430d3..a72fe5d36 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -567,7 +567,7 @@ ephy_shell_new_tab (EphyShell *shell, embed = ephy_tab_get_embed (tab); ephy_window_add_tab (window, tab, position, jump_to); - gtk_window_present (GTK_WINDOW (window)); + gtk_widget_show (GTK_WIDGET (window)); if (flags & EPHY_NEW_TAB_HOME_PAGE || flags & EPHY_NEW_TAB_NEW_PAGE) -- cgit v1.2.3