aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-shell.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 7d3c52e95..54513cbb0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-11-26 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-shell.c: (ephy_shell_new_tab):
+
+ Don't move the window, just show it. Fixes bug #158923.
+
2004-11-25 Christian Persch <chpe@cvs.gnome.org>
* data/Makefile.am:
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 008ca88f6..18162b015 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -587,7 +587,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)