2009-02-25 Paolo Borelli <pborelli@katamail.com>
Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.c
* glocalfileinfo.c: fix preprocessor condition. Patch by Markus Duft.
svn path=/trunk/; revision=7910
+2009-02-25 Paolo Borelli <pborelli@katamail.com>
+
+ Bug 570069 – wrong preprocessor directive in gio/glocalfileinfo.c
+
+ * glocalfileinfo.c: fix preprocessor condition. Patch by Markus Duft.
+
2009-02-23 Alexander Larsson <alexl@redhat.com>
* glocalfile.c:
#ifdef HAVE_UTIMES
GFileAttributeValue *mtime, *mtime_usec, *atime, *atime_usec;
#endif
-#if defined (HAVE_CHOWN) && defined (HAVE_UTIMES)
+#if defined (HAVE_CHOWN) || defined (HAVE_UTIMES)
GFileAttributeStatus status;
#endif
gboolean res;