diff options
author | Gustavo Noronha Silva <gns@gnome.org> | 2011-03-12 22:45:08 +0800 |
---|---|---|
committer | Gustavo Noronha Silva <gns@gnome.org> | 2011-03-12 22:45:08 +0800 |
commit | a3556732dfcb68a5db1138bc432d99aa4008895a (patch) | |
tree | fab7e470df26ec866036dd5fa0f88c309422d993 | |
parent | 05df86164b7aa8286cf8353355378145cf64b656 (diff) | |
download | gsoc2013-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.
-rw-r--r-- | src/ephy-session.c | 2 |
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, |