aboutsummaryrefslogtreecommitdiffstats
path: root/tests/ephy-web-view-test.c
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <diegoe@igalia.com>2012-04-07 16:36:06 +0800
committerDiego Escalante Urrelo <diegoe@igalia.com>2012-04-11 23:19:33 +0800
commit16982eb6c503ddbe7c4f489695b58f954eec76b8 (patch)
tree31fab6d8d926d7969060e68152c36af05aa3bbe0 /tests/ephy-web-view-test.c
parentfb4c19fdba899465209374405117cf1d1b9f45ce (diff)
downloadgsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar.gz
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar.bz2
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar.lz
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar.xz
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.tar.zst
gsoc2013-epiphany-16982eb6c503ddbe7c4f489695b58f954eec76b8.zip
tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSE
https://bugzilla.gnome.org/show_bug.cgi?id=673684
Diffstat (limited to 'tests/ephy-web-view-test.c')
-rw-r--r--tests/ephy-web-view-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 6afd0a5e5..5c797186b 100644
--- a/tests/ephy-web-view-test.c
+++ b/tests/ephy-web-view-test.c
@@ -250,7 +250,7 @@ main (int argc, char *argv[])
return -1;
}
- _ephy_shell_create_instance (FALSE);
+ _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
server = soup_server_new (SOUP_SERVER_PORT, SERVER_PORT, NULL);
soup_server_add_handler (server, NULL, server_callback, NULL, NULL);