Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/libdocument
diff options
context:
space:
mode:
authorCarlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:56:06 (GMT)
committer Carlos Garcia Campos <carlosgc@gnome.org>2010-05-03 12:56:06 (GMT)
commit5e37f3096370b699ad7a9ebb58eacf96e52761e2 (patch)
tree35bebeb571495a88d81a3b6f1ea514fc829eb2b3 /libdocument
parent6fbe8c7d3aa54b7baf0db9373f53d94ddefab457 (diff)
Remove unneeded GLIB_CHECK_VERSION macros
Diffstat (limited to 'libdocument')
-rw-r--r--libdocument/ev-file-helpers.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libdocument/ev-file-helpers.c b/libdocument/ev-file-helpers.c
index 09890d7..e0392f4 100644
--- a/libdocument/ev-file-helpers.c
+++ b/libdocument/ev-file-helpers.c
@@ -397,9 +397,7 @@ ev_xfer_uri_simple (const char *from,
target_file = g_file_new_for_uri (to);
result = g_file_copy (source_file, target_file,
-#if GLIB_CHECK_VERSION(2,19,0)
G_FILE_COPY_TARGET_DEFAULT_PERMS |
-#endif
G_FILE_COPY_OVERWRITE,
NULL, NULL, NULL, error);