From aff7854dd623643a1d76676508dbb9265a4c3bc1 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Tue, 8 Jan 2013 11:30:38 +0100 Subject: ephy-session: Remove EPHY_SESSION_CMD_OPEN_URIS Add ephy_session_open_uris() instead and use it from EphyShell instead of scheduling a command. https://bugzilla.gnome.org/show_bug.cgi?id=641739 --- tests/ephy-session-test.c | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'tests') diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c index 554544d25..5c9863245 100644 --- a/tests/ephy-session-test.c +++ b/tests/ephy-session-test.c @@ -237,12 +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_queue_command (session, - EPHY_SESSION_CMD_OPEN_URIS, - NULL, - uris, - user_time, - FALSE); + ephy_session_open_uris (session, uris, 0, user_time); while (gtk_events_pending ()) gtk_main_iteration_do (FALSE); -- cgit v1.2.3