summaryrefslogtreecommitdiff
path: root/apps/gui
diff options
context:
space:
mode:
authorThomas Martitz <kugel@rockbox.org>2012-03-22 20:59:01 +0100
committerThomas Martitz <kugel@rockbox.org>2012-03-22 21:05:30 +0100
commit6e6f0c6ef35cebc2ca199ca01f12598ad0209c1c (patch)
treedae2cf24347d1a44c20f49aacfbe53fbf5e37898 /apps/gui
parent58e097d4a6c64bf762a8c30e24f16cc62c574519 (diff)
downloadrockbox-6e6f0c6ef35cebc2ca199ca01f12598ad0209c1c.tar.gz
rockbox-6e6f0c6ef35cebc2ca199ca01f12598ad0209c1c.zip
Redraw simplelist if/when necessary-
Change-Id: I14a1cce8967af60a52d2d13e0b035b71fece8a63
Diffstat (limited to 'apps/gui')
-rw-r--r--apps/gui/list.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/list.c b/apps/gui/list.c
index 5af4501b45..c01a339aa2 100644
--- a/apps/gui/list.c
+++ b/apps/gui/list.c
@@ -954,6 +954,7 @@ bool simplelist_show_list(struct simplelist_info *info)
954 break; 954 break;
955 } 955 }
956 else if ((action == ACTION_REDRAW) || 956 else if ((action == ACTION_REDRAW) ||
957 (list_is_dirty(&lists)) ||
957 (old_line_count != simplelist_line_count)) 958 (old_line_count != simplelist_line_count))
958 { 959 {
959 if (info->get_name == NULL) 960 if (info->get_name == NULL)