Fix yellow


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@20408 a1c6a512-1295-4272-9138-f99709370657
diff --git a/apps/plugins/text_editor.c b/apps/plugins/text_editor.c
index 216fbc0..8552590 100644
--- a/apps/plugins/text_editor.c
+++ b/apps/plugins/text_editor.c
@@ -424,6 +424,9 @@
                                 rb->set_color(rb->screens[SCREEN_MAIN], name, &color, -1);
                                 temp_changed = (value == NULL) || (color != old_color);
                                 break;
+                            default:
+                                /* Should never happend but makes compiler happy */
+                                temp_changed = false;
                         }
                         
                         if (temp_changed)