summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)"),