diff options
author | Debarshi Ray <debarshir@gnome.org> | 2015-06-25 10:27:31 +0200 |
---|---|---|
committer | Debarshi Ray <debarshir@gnome.org> | 2015-09-11 13:54:59 +0200 |
commit | 18fe29c85deb89502bca5ccb8d1073d109b6fb0e (patch) | |
tree | 3469ab4bae8e284893b387a3c694b9d70aa129bb /configure.ac | |
parent | 8d134ea0c906efd3a44e91805be269577f8fd69e (diff) | |
download | nautilus-18fe29c85deb89502bca5ccb8d1073d109b6fb0e.tar.gz |
file-operations: Let file/directory creation work on Google Drive
Immediately check the volatility of the newly created file or directory
and switch to using the "real" persistent URI. The following operations
are affected:
- creating new directories
- creating new files from templates
- dragging & dropping text to create new files
- copying and moving of files and directories
The Google Drive backend doesn't support creating symbolic links so we
ignore that case.
https://bugzilla.gnome.org/show_bug.cgi?id=751481
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index c6237c20f..54b89f783 100644 --- a/configure.ac +++ b/configure.ac @@ -2,7 +2,7 @@ AC_PREREQ(2.54) dnl =========================================================================== -m4_define(glib_minver, 2.43.4) +m4_define(glib_minver, 2.45.7) m4_define(gnome_desktop_minver, 3.0.0) m4_define(pango_minver, 1.28.3) m4_define(gtk_minver, 3.17.5) |