summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/itdb_device.c1
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 37ab1b2..a237d07 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-11 Christophe Fergeau <teuf@gnome.org>
+
+ * src/itdb_device.c: add missing string description for the red ipod
+ shuffle that was added some time ago, without it gtkpod was badly
+ broken wrt ipod model selection :-/
+
2008-08-23 Todd Zullinger <tmzullinger at users.sourceforge.net>
* bindings/python/ipod.py
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 61db852..0c5dbbf 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -249,6 +249,7 @@ static const gchar *ipod_model_name_table [] = {
N_("Shuffle (Green)"),
N_("Shuffle (Orange)"),
N_("Shuffle (Purple)"),
+ N_("Shuffle (Red)"),
N_("Classic (Silver)"),
N_("Classic (Black)"),
N_("Touch (Black)"),