summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristophe Fergeau <teuf@gnome.org>2008-12-22 14:43:01 +0000
committerChristophe Fergeau <teuf@gnome.org>2008-12-22 14:43:01 +0000
commitf6494fbd5fcd6272844925dd994e7dab204ba796 (patch)
tree4da701b5ebfde655487c4fd73632f7f65625cf7d
parentfcdacd44eedffee636dde1e8332a3b8eb11be82b (diff)
downloadlibgpod-f6494fbd5fcd6272844925dd994e7dab204ba796.tar.gz
libgpod-f6494fbd5fcd6272844925dd994e7dab204ba796.tar.xz
libgpod-f6494fbd5fcd6272844925dd994e7dab204ba796.zip
Remove unwanted addition of model name in last commit
git-svn-id: https://gtkpod.svn.sf.net/svnroot/gtkpod/libgpod/trunk@2180 f01d2545-417e-4e96-918e-98f8d0dbbcb6
-rw-r--r--ChangeLog7
-rw-r--r--src/itdb_device.c1
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index b5ff156..fa943ba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2008-12-22 Christophe Fergeau <teuf@gnome.org>
+ * src/itdb_device.c: I didn't mean to commit that hunk
+ from Neil's patch, adding a model name here with no
+ matching entry in the model enum would break building
+ a user visible list of known ipod models
+
+2008-12-22 Christophe Fergeau <teuf@gnome.org>
+
* src/itdb_device.c: add ipod shuffle info from Neil Campbell
2008-12-22 Christophe Fergeau <teuf@gnome.org>
diff --git a/src/itdb_device.c b/src/itdb_device.c
index 51639e3..4d022f1 100644
--- a/src/itdb_device.c
+++ b/src/itdb_device.c
@@ -287,7 +287,6 @@ static const gchar *ipod_model_name_table [] = {
N_("Shuffle (Silver)"),
N_("Shuffle (Pink)"),
N_("Shuffle (Blue)"),
- N_("Shuffle (Lt Blue)"),
N_("Shuffle (Green)"),
N_("Shuffle (Orange)"),
N_("Shuffle (Purple)"),