diff options
| author | Christophe Fergeau <teuf@gnome.org> | 2008-09-11 12:51:47 +0000 |
|---|---|---|
| committer | Christophe Fergeau <teuf@gnome.org> | 2008-09-11 12:51:47 +0000 |
| commit | a13de161d8257f77cb6343909f461a107014ee47 (patch) | |
| tree | a126b64bab79d6cc188e9d49d832fb3275e3106e | |
| parent | 501b3933e82d94b2b75ef7a786d75fd98f91a06b (diff) | |
| download | libgpod-a13de161d8257f77cb6343909f461a107014ee47.tar.gz libgpod-a13de161d8257f77cb6343909f461a107014ee47.tar.xz libgpod-a13de161d8257f77cb6343909f461a107014ee47.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-- | ChangeLog | 6 | ||||
| -rw-r--r-- | src/itdb_device.c | 1 |
2 files changed, 7 insertions, 0 deletions
@@ -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)"), |
