From eaa15870ec1078f7ffda00ab01133e4bfe2a8c19 Mon Sep 17 00:00:00 2001 From: teuf Date: Wed, 14 Nov 2007 18:12:10 +0000 Subject: * src/itdb_photoalbum.c: use g_list_remove all instead of an inefficient combination of g_list_find + g_list_remove git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1783 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 4c3bd5d..30bca1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-11-14 Christophe + + * src/itdb_photoalbum.c: use g_list_remove all instead of an + inefficient combination of g_list_find + g_list_remove + 2007-11-14 Jorg Schuler * src/itdb_photoalbum.c (itdb_photodb_photoalbum_remove): make -- cgit