diff options
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 |