aboutsummaryrefslogtreecommitdiffstats
path: root/src/popup-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r--src/popup-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/popup-commands.c b/src/popup-commands.c
index bf187d981..b7c39ca40 100644
--- a/src/popup-commands.c
+++ b/src/popup-commands.c
@@ -173,7 +173,7 @@ void popup_cmd_frame_in_new_tab (BonoboUIComponent *uic,
embed = ephy_window_get_active_embed (window);
- ephy_embed_get_location (embed, FALSE, FALSE, &location);
+ ephy_embed_get_location (embed, FALSE, &location);
ephy_shell_new_tab (ephy_shell, window, tab,
location,
@@ -198,7 +198,7 @@ void popup_cmd_frame_in_new_window (BonoboUIComponent *uic,
embed = ephy_window_get_active_embed (window);
- ephy_embed_get_location (embed, FALSE, FALSE, &location);
+ ephy_embed_get_location (embed, FALSE, &location);
ephy_shell_new_tab (ephy_shell, NULL, tab,
location,