From 59b0526207799db5e5e3039963e1cb0d08cc7642 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Mon, 8 Oct 2012 11:39:31 +0200 Subject: ephy-session: Add ephy_session_resume() and use it instead of queueing a resume 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 c8d2dc792..554544d25 100644 --- a/tests/ephy-session-test.c +++ b/tests/ephy-session-test.c @@ -223,12 +223,7 @@ open_uris_after_loading_session (const char** uris, int final_num_windows) */ ephy_session_save (session, "type:session_state"); - ephy_session_queue_command (session, - EPHY_SESSION_CMD_RESUME_SESSION, - "type:session_state", - NULL, - user_time, - FALSE); + ephy_session_resume (session, user_time, NULL, NULL, NULL); /* Ensure the queue is processed. */ while (gtk_events_pending ()) -- cgit v1.2.3