aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorDiego Escalante Urrelo <descalante@igalia.com>2010-03-03 07:30:58 +0800
committerDiego Escalante Urrelo <descalante@igalia.com>2010-03-09 23:38:26 +0800
commit0c012fba8e9f3119e2fb66aac2baf39bce663fd4 (patch)
treed68eb0a54df50228799a784fcb7dc23d83fd1a62 /tests
parent4a9440cdc83655f653029a8acf86ba805743c377 (diff)
downloadgsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.gz
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.bz2
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.lz
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.xz
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.zst
gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.zip
Handle EPHY_EMBED_PERSIST_NO_VIEW flag
This flag determines if a download should not appear in the DownloaderView window. The default is to appear, like in gecko times. Bug #611635
Diffstat (limited to 'tests')
-rw-r--r--tests/testephyembedpersist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/testephyembedpersist.c b/tests/testephyembedpersist.c
index d5a982ba1..21b6c4c51 100644
--- a/tests/testephyembedpersist.c
+++ b/tests/testephyembedpersist.c
@@ -94,6 +94,7 @@ persist_fixture_setup (PersistFixture *fixture,
ephy_embed_persist_set_source (fixture->embed, uri_string);
ephy_embed_persist_set_dest (fixture->embed, fixture->destination);
+ ephy_embed_persist_set_flags (fixture->embed, EPHY_EMBED_PERSIST_NO_VIEW);
g_free (tmp_filename);
g_free (uri_string);