From d13bb14e775c083ebb513cd853818d80daf7d2ce Mon Sep 17 00:00:00 2001 From: Jorg Schuler Date: Tue, 6 Dec 2005 13:22:35 +0000 Subject: * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don't terminate the application just because the iTunesDB was manipulated). * src/db-artwork-parser.c: change g_assert to g_return_if_fail (don't terminate the application just because the ArtworkDB was manipulated). * src/itdb_artwork.c: change g_assert to g_return_if_fail (don't terminate the application just because the ithmb file was manipulated). There's a number of g_asserts left in db-parse-context.c which don't catch programming errors but input errors. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1188 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index d6a68cc..5ea2cc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2005-12-06 Jorg Schuler + + * src/itdb_itunesdb.c: change g_assert to g_return_if_fail (don't + terminate the application just because the iTunesDB was + manipulated). + + * src/db-artwork-parser.c: change g_assert to g_return_if_fail + (don't terminate the application just because the ArtworkDB was + manipulated). + + * src/itdb_artwork.c: change g_assert to g_return_if_fail + (don't terminate the application just because the ithmb file was + manipulated). + 2005-12-05 Jorg Schuler * src/db-artwork-writer/parser.c: Create ArtworkDB when it does -- cgit