diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 82b80eab8..ac498ed7f 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -551,7 +551,7 @@ popups_manager_show (PopupInfo *popup, single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (embed_shell)); - ephy_embed_single_open_window (single, embed, popup->url, + ephy_embed_single_open_window (single, embed, popup->url, "", popup->features); popups_manager_free_info (popup); |