aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorGustavo Noronha Silva <gns@gnome.org>2011-03-12 22:45:08 +0800
committerGustavo Noronha Silva <gns@gnome.org>2011-03-12 22:45:08 +0800
commita3556732dfcb68a5db1138bc432d99aa4008895a (patch)
treefab7e470df26ec866036dd5fa0f88c309422d993 /src
parent05df86164b7aa8286cf8353355378145cf64b656 (diff)
downloadgsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar.gz
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar.bz2
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar.lz
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar.xz
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.tar.zst
gsoc2013-epiphany-a3556732dfcb68a5db1138bc432d99aa4008895a.zip
Fix warning in ephy-session.c.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-session.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-session.c b/src/ephy-session.c
index 995849f1e..acd48df78 100644
--- a/src/ephy-session.c
+++ b/src/ephy-session.c
@@ -619,7 +619,7 @@ session_command_open_uris (EphySession *session,
{
if (priv->resume_infobar != NULL)
{
- embed = ephy_shell_new_tab_full (shell, priv->resume_window,
+ embed = ephy_shell_new_tab_full (shell, EPHY_WINDOW (priv->resume_window),
NULL /* parent tab */,
request,
EPHY_NEW_TAB_IN_EXISTING_WINDOW | page_flags,