diff options
author | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-01-02 04:09:33 +0800 |
commit | 1d8491a1dcd425eaeeb39739fec95e892ba641d5 (patch) | |
tree | 5b673229f26985b427c52433e6d7731074963247 /src/popup-commands.c | |
parent | 2a830a379ab4c38b512ee521ccf10ba9cb28da53 (diff) | |
download | gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.gz gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.tar.zst gsoc2013-epiphany-1d8491a1dcd425eaeeb39739fec95e892ba641d5.zip |
*** empty log message ***
Diffstat (limited to 'src/popup-commands.c')
-rw-r--r-- | src/popup-commands.c | 4 |
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, |