aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-attachment.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2009-05-01 03:22:22 +0800
committerMatthew Barnes <mbarnes@redhat.com>2009-05-01 03:42:04 +0800
commitc3191ec86b0f711af58a9a902b7464f8f958fe2c (patch)
tree413ef7f6c6251d05ffbdd6c0d01eb67a740c9689 /widgets/misc/e-attachment.c
parent7961048944d446f523a9ed12c811d7c2e8a47e97 (diff)
downloadgsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar.gz
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar.bz2
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar.lz
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar.xz
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.tar.zst
gsoc2013-evolution-c3191ec86b0f711af58a9a902b7464f8f958fe2c.zip
Bump the required GLib and GTK+ versions to latest stable.
We now require GLib >= 2.20 and GTK+ >= 2.16. Also removed all GLIB_CHECK_VERSION and GTK_CHECK_VERSION workarounds for older versions.
Diffstat (limited to 'widgets/misc/e-attachment.c')
-rw-r--r--widgets/misc/e-attachment.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/widgets/misc/e-attachment.c b/widgets/misc/e-attachment.c
index f472a26ff3..537a3470d7 100644
--- a/widgets/misc/e-attachment.c
+++ b/widgets/misc/e-attachment.c
@@ -2534,11 +2534,7 @@ attachment_save_query_info_cb (GFile *destination,
replace:
g_file_replace_async (
destination, NULL, FALSE,
-#if GLIB_CHECK_VERSION(2,20,0)
G_FILE_CREATE_REPLACE_DESTINATION,
-#else
- G_FILE_CREATE_NONE,
-#endif
G_PRIORITY_DEFAULT, cancellable,
(GAsyncReadyCallback) attachment_save_replace_cb,
save_context);