diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2005-02-03 03:32:47 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2005-02-03 03:32:47 +0800 |
commit | eea97b9de2d079295ed6bb2454b5fe367d569b70 (patch) | |
tree | 4e09503213f659e5925d4928bcad0c5c19569522 /src/ephy-automation.c | |
parent | 2bb88affbb80a7556dfe4d5a0fb194fe4b147c4e (diff) | |
download | gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar.gz gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar.bz2 gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar.lz gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar.xz gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.tar.zst gsoc2013-epiphany-eea97b9de2d079295ed6bb2454b5fe367d569b70.zip |
Add chrome param to ephy_shell_new_tab_full, and use it in
2005-02-02 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-automation.c:
(impl_ephy_automation_loadUrlWithStartupId):
* src/ephy-shell.c: (ephy_shell_new_window_cb),
(ephy_shell_new_tab_full), (ephy_shell_new_tab):
* src/ephy-shell.h:
Add chrome param to ephy_shell_new_tab_full, and use it
in ephy_shell_new_window_cb(). Fixes bug #165566.
Diffstat (limited to 'src/ephy-automation.c')
-rw-r--r-- | src/ephy-automation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-automation.c b/src/ephy-automation.c index fac7600d1..99fb8071a 100644 --- a/src/ephy-automation.c +++ b/src/ephy-automation.c @@ -106,7 +106,7 @@ impl_ephy_automation_loadUrlWithStartupId (PortableServer_Servant _servant, } ephy_shell_new_tab_full (ephy_shell, window, NULL, url, flags, - user_time); + EPHY_EMBED_CHROME_ALL, user_time); } static void |