diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-10-08 17:39:31 +0800 |
---|---|---|
committer | Carlos Garcia Campos <cgarcia@igalia.com> | 2013-01-09 00:42:17 +0800 |
commit | 59b0526207799db5e5e3039963e1cb0d08cc7642 (patch) | |
tree | c285ec32121c07d0b8b226b1ccc7066427bd488f /tests | |
parent | b18992cb830ce129ba6b9b1132f0921414554bb8 (diff) | |
download | gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar.gz gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar.bz2 gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar.lz gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar.xz gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.tar.zst gsoc2013-epiphany-59b0526207799db5e5e3039963e1cb0d08cc7642.zip |
ephy-session: Add ephy_session_resume() and use it instead of queueing a resume command
https://bugzilla.gnome.org/show_bug.cgi?id=641739
Diffstat (limited to 'tests')
-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 ()) |