diff options
author | Diego Escalante Urrelo <descalante@igalia.com> | 2010-03-03 07:30:58 +0800 |
---|---|---|
committer | Diego Escalante Urrelo <descalante@igalia.com> | 2010-03-09 23:38:26 +0800 |
commit | 0c012fba8e9f3119e2fb66aac2baf39bce663fd4 (patch) | |
tree | d68eb0a54df50228799a784fcb7dc23d83fd1a62 /tests | |
parent | 4a9440cdc83655f653029a8acf86ba805743c377 (diff) | |
download | gsoc2013-epiphany-0c012fba8e9f3119e2fb66aac2baf39bce663fd4.tar.gz 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.c | 1 |
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); |