aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-11-26 07:04:23 +0800
committerChristian Persch <chpe@src.gnome.org>2004-11-26 07:04:23 +0800
commitb1beecd234e89c2c3e60e73b21ecbe3b950c3566 (patch)
tree7c6c76558bd908b0cbc9a4172e7850edefe02601 /src
parent5d52587742d21ca5b7f3fce954d59bb76a52377a (diff)
downloadgsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar.gz
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar.bz2
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar.lz
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar.xz
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.tar.zst
gsoc2013-epiphany-b1beecd234e89c2c3e60e73b21ecbe3b950c3566.zip
Don't move the window, just show it. Fixes bug #158923.
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.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-shell.c2
1 files changed, 1 insertions, 1 deletions
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)