mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-15 02:13:13 +02:00
revert unintended change
svn path=/trunk/; revision=6998
This commit is contained in:
parent
9aad44c339
commit
bb5bfd3546
@ -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>
|
2008-06-11 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
* gfile.c (g_file_replace_contents): Don't unref before the last use.
|
* gfile.c (g_file_replace_contents): Don't unref before the last use.
|
||||||
|
@ -578,7 +578,7 @@ g_local_file_enumerate_children (GFile *file,
|
|||||||
GError **error)
|
GError **error)
|
||||||
{
|
{
|
||||||
GLocalFile *local = G_LOCAL_FILE (file);
|
GLocalFile *local = G_LOCAL_FILE (file);
|
||||||
return _g_local_file_enumerator_new (local,
|
return _g_local_file_enumerator_new (local->filename,
|
||||||
attributes, flags,
|
attributes, flags,
|
||||||
cancellable, error);
|
cancellable, error);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user