2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.c (g_file_monitor_file):
Don't set error here, since we fallback to polling monitor.
svn path=/trunk/; revision=6307
+2008-01-14 Alexander Larsson <alexl@redhat.com>
+
+ * gfile.c (g_file_monitor_file):
+ Don't set error here, since we fallback to polling monitor.
+
2008-01-14 Alexander Larsson <alexl@redhat.com>
* gfile.[ch]:
monitor = NULL;
if (iface->monitor_file)
- monitor = (* iface->monitor_file) (file, flags, cancellable, error);
+ monitor = (* iface->monitor_file) (file, flags, cancellable, NULL);
/* Fallback to polling */
if (monitor == NULL)