From 0c012fba8e9f3119e2fb66aac2baf39bce663fd4 Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Tue, 2 Mar 2010 18:30:58 -0500 Subject: 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 --- tests/testephyembedpersist.c | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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); -- cgit v1.2.3