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 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); |