From: Matthias Clasen Date: Wed, 11 Jun 2008 14:25:18 +0000 (+0000) Subject: revert unintended change X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=bb5bfd3546ffec5023f4c547aaf644a769aaeacf;p=dana%2Fcg-glib.git revert unintended change svn path=/trunk/; revision=6998 --- diff --git a/gio/ChangeLog b/gio/ChangeLog index db9096c6..1fb92783 100644 --- a/gio/ChangeLog +++ b/gio/ChangeLog @@ -1,3 +1,8 @@ +2008-06-11 Matthias Clasen + + * glocalfile.c (g_local_file_enumerate_children): Revert + an unintended change. + 2008-06-11 Matthias Clasen * gfile.c (g_file_replace_contents): Don't unref before the last use. diff --git a/gio/glocalfile.c b/gio/glocalfile.c index 166a964e..89d7033c 100644 --- a/gio/glocalfile.c +++ b/gio/glocalfile.c @@ -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); }