glib r6998 - trunk/gio



Author: matthiasc
Date: Wed Jun 11 14:25:18 2008
New Revision: 6998
URL: http://svn.gnome.org/viewvc/glib?rev=6998&view=rev

Log:
revert unintended change


Modified:
   trunk/gio/ChangeLog
   trunk/gio/glocalfile.c

Modified: trunk/gio/glocalfile.c
==============================================================================
--- trunk/gio/glocalfile.c	(original)
+++ trunk/gio/glocalfile.c	Wed Jun 11 14:25:18 2008
@@ -578,7 +578,7 @@
 				 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);
 }



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]