diff options
Diffstat (limited to 'tests/ephy-session-test.c')
-rw-r--r-- | tests/ephy-session-test.c | 7 |
1 files changed, 1 insertions, 6 deletions
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 ()) |