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 db9096c630cbdb6b18313f419130378cd4590acc..1fb927833610286c31c4eb15abc001004e30b48a 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 166a964e2b04c4d34e22aa7683577a85d05f1250..89d7033c4ffa4c593ba77a4c1d7198fb6c611c5a 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);
 }