From b0fff802887880765e36bbfb8ff56c91ecc4666e Mon Sep 17 00:00:00 2001 From: Xan Lopez Date: Thu, 7 Feb 2013 20:59:22 +0100 Subject: Move ephy_session_open_uris to EphyShell There's no reason at all for this method to be in EphySession, it neither writes nor reads the state of the browser. --- tests/ephy-session-test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c index 5c9863245..6fb2c6eab 100644 --- a/tests/ephy-session-test.c +++ b/tests/ephy-session-test.c @@ -237,7 +237,7 @@ open_uris_after_loading_session (const char** uris, int final_num_windows) * command - it should bail after noticing there are windows * already. */ - ephy_session_open_uris (session, uris, 0, user_time); + ephy_shell_open_uris (ephy_shell_get_default (), uris, 0, user_time); while (gtk_events_pending ()) gtk_main_iteration_do (FALSE); -- cgit v1.2.3