Author: benny
Date: 2007-01-14 09:49:07 +0000 (Sun, 14 Jan 2007)
New Revision: 24435
Modified:
thunar/trunk/ChangeLog
thunar/trunk/thunar-vfs/thunar-vfs-io-local.c
Log:
2007-01-14 Benedikt Meurer <[EMAIL PROTECTED]>
* thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_listdir):
Use g_list_free_1() instead of g_list_free1().
Modified: thunar/trunk/ChangeLog
===================================================================
--- thunar/trunk/ChangeLog 2007-01-14 00:03:56 UTC (rev 24434)
+++ thunar/trunk/ChangeLog 2007-01-14 09:49:07 UTC (rev 24435)
@@ -1,3 +1,8 @@
+2007-01-14 Benedikt Meurer <[EMAIL PROTECTED]>
+
+ * thunar-vfs/thunar-vfs-io-local.c(_thunar_vfs_io_local_listdir):
+ Use g_list_free_1() instead of g_list_free1().
+
2007-01-13 Benedikt Meurer <[EMAIL PROTECTED]>
* configure.in.in, thunar-vfs/thunar-vfs-io-trash.{c,h}: Add support
Modified: thunar/trunk/thunar-vfs/thunar-vfs-io-local.c
===================================================================
--- thunar/trunk/thunar-vfs/thunar-vfs-io-local.c 2007-01-14 00:03:56 UTC
(rev 24434)
+++ thunar/trunk/thunar-vfs/thunar-vfs-io-local.c 2007-01-14 09:49:07 UTC
(rev 24435)
@@ -703,7 +703,7 @@
lp->prev->next = ln;
else
list = ln;
- g_list_free1 (lp);
+ g_list_free_1 (lp);
}
}
}
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits