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 99fb8071a..84b155a8a 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, - EPHY_EMBED_CHROME_ALL, user_time); + EPHY_EMBED_CHROME_ALL, FALSE, user_time); } static void |