diff options
author | Xan Lopez <xan@igalia.com> | 2013-02-08 03:59:22 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2013-02-08 03:59:22 +0800 |
commit | b0fff802887880765e36bbfb8ff56c91ecc4666e (patch) | |
tree | 46005f551c88d619d79f32dc33d4ae9cd3eb0723 /tests | |
parent | 8b911efb1c32d5424a7a4f7a2934b4c80ae0e158 (diff) | |
download | gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar.gz gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar.bz2 gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar.lz gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar.xz gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.tar.zst gsoc2013-epiphany-b0fff802887880765e36bbfb8ff56c91ecc4666e.zip |
Move ephy_session_open_uris to EphyShell
There's no reason at all for this method to be in EphySession, it
neither writes nor reads the state of the browser.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/ephy-session-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-session-test.c b/tests/ephy-session-test.c index 5c9863245..6fb2c6eab 100644 --- a/tests/ephy-session-test.c +++ b/tests/ephy-session-test.c @@ -237,7 +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_open_uris (session, uris, 0, user_time); + ephy_shell_open_uris (ephy_shell_get_default (), uris, 0, user_time); while (gtk_events_pending ()) gtk_main_iteration_do (FALSE); |