[epiphany] Fix warning in ephy-session.c.



commit a3556732dfcb68a5db1138bc432d99aa4008895a
Author: Gustavo Noronha Silva <gns gnome org>
Date:   Sat Mar 12 11:45:08 2011 -0300

    Fix warning in ephy-session.c.

 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 995849f..acd48df 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,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]