summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2007-10-24 20:24:30 +0000
committerChristophe Fergeau <teuf@gnome.org>2007-10-24 20:24:30 +0000
commita443d5bb4d8f41d3d866a41b6282673e83de771c (patch)
tree3e14449c32151951a9eca7c278a360ed6b4d44e1 /ChangeLog
parentb6764120dcdadf1c9688779c09db69f5929a1dcb (diff)
downloadlibgpod-a443d5bb4d8f41d3d866a41b6282673e83de771c.tar.gz
libgpod-a443d5bb4d8f41d3d866a41b6282673e83de771c.tar.xz
libgpod-a443d5bb4d8f41d3d866a41b6282673e83de771c.zip
* src/db-artwork-writer.c: (write_mhif), (should_write),
(write_mhlf): don't hardcode the number of mhif entries we write, but write as many entries as the number of thumbnail formats supported by the device git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@1736 f01d2545-417e-4e96-918e-98f8d0dbbcb6
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2422edc..3ef6fcc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2007-10-24 Christophe Fergeau <teuf@gnome.org>
+ * src/db-artwork-writer.c: (write_mhif), (should_write),
+ (write_mhlf): don't hardcode the number of mhif entries we write, but
+ write as many entries as the number of thumbnail formats supported by
+ the device
+
+2007-10-24 Christophe Fergeau <teuf@gnome.org>
+
* src/db-artwork-writer.c: (write_mhla): yet another missing endianness
conversion