diff options
Diffstat (limited to 'src/ephy-automation.c')
-rw-r--r-- | src/ephy-automation.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ephy-automation.c b/src/ephy-automation.c index d7757fe75..75829d444 100644 --- a/src/ephy-automation.c +++ b/src/ephy-automation.c @@ -135,6 +135,11 @@ impl_ephy_automation_loadurl (PortableServer_Servant _servant, flags |= EPHY_NEW_TAB_IN_EXISTING_WINDOW; } + if (fullscreen) + { + flags |= EPHY_NEW_TAB_FULLSCREEN; + } + ephy_shell_new_tab (ephy_shell, window, NULL, load_page, flags); |