summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-10-05 19:23:19 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2007-10-05 19:23:19 +0000
commit9d5624566ccf4c0dc9b8a4beddc37320ef142067 (patch)
tree142123b1b036c2cf0563836e182347b6cd787559 /ChangeLog
parent0823c243f5985c97a6ee804f7cd8732093f00580 (diff)
downloadlibgpod-9d5624566ccf4c0dc9b8a4beddc37320ef142067.tar.gz
libgpod-9d5624566ccf4c0dc9b8a4beddc37320ef142067.tar.xz
libgpod-9d5624566ccf4c0dc9b8a4beddc37320ef142067.zip
* src/itdb_device.c:
Remove duplicate reference to ithmb file The iPod classic artwork formats contained two references to an ithmb file using 1060 as its filename. This confuses the ithumb writing code which can't handle that properly. Fixes that for now by removing the entry. We could probably be more clever in itdb_write_ithumb_files and generate two lists of iThumbWriters, one for artwork and another one for photos. This would fix that bug as well git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1719 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog15
1 files changed, 14 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1751b8a..06c648a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,17 @@
-2007-10-05 Christophe Fergeau <teuf@gnome.org
+2007-10-05 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c:
+ Remove duplicate reference to ithmb file
+
+ The iPod classic artwork formats contained two references to an
+ ithmb file using 1060 as its filename. This confuses the ithumb
+ writing code which can't handle that properly. Fixes that for now by
+ removing the entry. We could probably be more clever in
+ itdb_write_ithumb_files and generate two lists of iThumbWriters,
+ one for artwork and another one for photos. This would fix that bug
+ as well
+
+2007-10-05 Christophe Fergeau <teuf@gnome.org>
* src/db-artwork-writer.c: (itdb_track_filter_thumbnails),
(itdb_filter_thumbnails), (ipod_write_artwork_db):