summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-09-11 12:51:47 +0000
committerteuf <teuf@f01d2545-417e-4e96-918e-98f8d0dbbcb6>2008-09-11 12:51:47 +0000
commit9c81a9356bc8e0015af095f6df8ef9ff9434a623 (patch)
treea126b64bab79d6cc188e9d49d832fb3275e3106e
parenta002a6baceaaed976d4e9790fbf20d0d96bb1abd (diff)
downloadlibgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.tar.gz
libgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.tar.xz
libgpod-9c81a9356bc8e0015af095f6df8ef9ff9434a623.zip
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 :-/ git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2117 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-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)"),