From bb5bfd3546ffec5023f4c547aaf644a769aaeacf Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 11 Jun 2008 14:25:18 +0000 Subject: [PATCH] revert unintended change svn path=/trunk/; revision=6998 --- gio/ChangeLog | 5 +++++ gio/glocalfile.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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); } -- 2.34.1