From 0ee5ea2fe9b7dfeea4f89ac69aca3d063a9d8cc8 Mon Sep 17 00:00:00 2001 From: jcsjcs Date: Sun, 8 Apr 2007 12:58:28 +0000 Subject: * src/itdb.h: changed 'gchar *chapterdata' to 'gpointer chapterdata' with note that chapterdata is not yet supported. * src/itdb_track.c (itdb_track_duplicate): arrange the strings in the same order as in Itdb_Track for easier error-checking. git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1413 f01d2545-417e-4e96-918e-98f8d0dbbcb6 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6ef1fb6..ee6eda2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-04-08 Jorg Schuler + + * src/itdb.h: changed 'gchar *chapterdata' to 'gpointer + chapterdata' with note that chapterdata is not yet supported. + + * src/itdb_track.c (itdb_track_duplicate): arrange the strings in + the same order as in Itdb_Track for easier error-checking. + 2007-03-26 Nicholas Piper * bindings/python/Makefile.am -- cgit