libgpod/libgpod-0.6.0-ipod-touch-ty...

35 lines
1.1 KiB
Diff

Index: ChangeLog
===================================================================
--- ChangeLog (revision 1792)
+++ ChangeLog (revision 1793)
@@ -0,0 +1,4 @@
+2007-11-16 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: fix typoes in iPod Touch model lists
+
2007-11-14 Christophe <teuf@gnome.org>
* src/itdb_itunesdb.c: get rid of local g_mkdir_with_parents copy
Index: src/itdb_device.c
===================================================================
--- src/itdb_device.c (revision 1792)
+++ src/itdb_device.c (revision 1793)
@@ -185,7 +185,7 @@
/* iPod touch G1 */
/* With touch screen */
{"A623", 8, ITDB_IPOD_MODEL_TOUCH_BLACK, ITDB_IPOD_GENERATION_TOUCH_1, 14},
- {"A627", 16, ITDB_IPOD_MODEL_NANO_SILVER, ITDB_IPOD_GENERATION_TOUCH_1, 28},
+ {"A627", 16, ITDB_IPOD_MODEL_TOUCH_BLACK, ITDB_IPOD_GENERATION_TOUCH_1, 28},
/* No known model number -- create a Device/SysInfo file with
@@ -257,7 +257,7 @@
N_("Video (1st Gen.)"),
N_("Video (2nd Gen.)"),
N_("Classic"),
- N_("Touch (Read-Only)"),
+ N_("Touch"),
N_("Unused"),
N_("Unused"),
NULL