summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--src/itdb_device.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 41817c9..9e1c903 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-29 Christophe Fergeau <teuf@gnome.org>
+ * src/itdb_device.c: the iPod Touch probably uses the same image format
+ as the iPhone
+
+2007-10-29 Christophe Fergeau <teuf@gnome.org>
+
* configure.ac: raise glib requirement to 2.8 (because of
g_file_set_contents)
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 13d6d11..ca64aaf 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -686,7 +686,7 @@ itdb_device_get_artwork_formats (Itdb_Device *device)
case ITDB_IPOD_GENERATION_CLASSIC_1:
return ipod_classic_1_artwork_info;
case ITDB_IPOD_GENERATION_TOUCH_1:
- return NULL; /* FIXME: */
+ return ipod_iphone_1_artwork_info;
case ITDB_IPOD_GENERATION_FIFTH:
case ITDB_IPOD_GENERATION_SIXTH:
return NULL;