[epiphany] tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSE



commit 16982eb6c503ddbe7c4f489695b58f954eec76b8
Author: Diego Escalante Urrelo <diegoe igalia com>
Date:   Sat Apr 7 03:36:06 2012 -0500

    tests: use EPHY_EMBED_SHELL_MODE_PRIVATE not FALSE
    
    https://bugzilla.gnome.org/show_bug.cgi?id=673684

 tests/ephy-download-test.c     |    2 +-
 tests/ephy-embed-single-test.c |    2 +-
 tests/ephy-web-view-test.c     |    2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/tests/ephy-download-test.c b/tests/ephy-download-test.c
index 4622709..c2a7b37 100644
--- a/tests/ephy-download-test.c
+++ b/tests/ephy-download-test.c
@@ -163,7 +163,7 @@ main (int argc, char *argv[])
 
   ephy_debug_init ();
   ephy_embed_prefs_init ();
-  _ephy_shell_create_instance (FALSE);
+  _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
 
   if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) {
     g_debug ("Something wrong happened with ephy_file_helpers_init()");
diff --git a/tests/ephy-embed-single-test.c b/tests/ephy-embed-single-test.c
index 39b6914..856aa33 100644
--- a/tests/ephy-embed-single-test.c
+++ b/tests/ephy-embed-single-test.c
@@ -84,7 +84,7 @@ main (int argc, char *argv[])
 
   ephy_debug_init ();
   ephy_embed_prefs_init ();
-  _ephy_shell_create_instance (FALSE);
+  _ephy_shell_create_instance (EPHY_EMBED_SHELL_MODE_PRIVATE);
 
   if (!ephy_file_helpers_init (NULL, TRUE, FALSE, NULL)) {
     g_debug ("Something wrong happened with ephy_file_helpers_init()");
diff --git a/tests/ephy-web-view-test.c b/tests/ephy-web-view-test.c
index 6afd0a5..5c79718 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);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]