aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Keller <sebastian-keller@gmx.de>2013-04-10 11:32:28 +0800
committerXan Lopez <xan@igalia.com>2013-04-10 18:08:36 +0800
commitf69582b4117a9729ad4ab7b5722404917cfb35a2 (patch)
tree87fe2914155e2225e56e39b866b29a43e866dbb2
parentb1ca53b6a8683d445905baefcacdbc9dc4f96b95 (diff)
downloadgsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar.gz
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar.bz2
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar.lz
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar.xz
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.tar.zst
gsoc2013-epiphany-f69582b4117a9729ad4ab7b5722404917cfb35a2.zip
uri-tester: Overwrite existing filters on update
-rw-r--r--embed/uri-tester.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/uri-tester.c b/embed/uri-tester.c
index 556a9e94a..7af0c56f4 100644
--- a/embed/uri-tester.c
+++ b/embed/uri-tester.c
@@ -145,7 +145,7 @@ uri_tester_retrieve_filter (UriTester *tester, const char *url, const char *file
data->dest_uri = g_file_get_uri (dest);
g_file_copy_async (src, dest,
- G_FILE_COPY_NONE,
+ G_FILE_COPY_OVERWRITE,
G_PRIORITY_DEFAULT,
NULL, NULL, NULL,
(GAsyncReadyCallback)uri_tester_retrieve_filter_finished,