revert unintended change
authorMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 14:25:18 +0000 (14:25 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Wed, 11 Jun 2008 14:25:18 +0000 (14:25 +0000)
svn path=/trunk/; revision=6998

gio/ChangeLog
gio/glocalfile.c

index db9096c..1fb9278 100644 (file)
@@ -1,5 +1,10 @@
 2008-06-11  Matthias Clasen <mclasen@redhat.com>
 
+       * glocalfile.c (g_local_file_enumerate_children): Revert
+       an unintended change.
+
+2008-06-11  Matthias Clasen <mclasen@redhat.com>
+
        * gfile.c (g_file_replace_contents): Don't unref before the last use.
 
 2008-06-10  Matthias Clasen <mclasen@redhat.com>
index 166a964..89d7033 100644 (file)
@@ -578,7 +578,7 @@ g_local_file_enumerate_children (GFile                *file,
                                 GError              **error)
 {
   GLocalFile *local = G_LOCAL_FILE (file);
-  return _g_local_file_enumerator_new (local,
+  return _g_local_file_enumerator_new (local->filename,
                                       attributes, flags,
                                       cancellable, error);
 }