diff options
author | Anton Oleynikov <len0x@rockbox.org> | 2005-11-19 20:45:32 +0000 |
---|---|---|
committer | Anton Oleynikov <len0x@rockbox.org> | 2005-11-19 20:45:32 +0000 |
commit | 2c836341edfc7336a4792f8085d00bf9c8fd7b47 (patch) | |
tree | 7d22d24dde92432680cdde163c5968a7be5ece94 /apps/gui/statusbar.c | |
parent | 5745e4106ce0d8e04bec0962af9701793698cb8d (diff) |
new icons for radio status
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8002 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/gui/statusbar.c')
-rw-r--r-- | apps/gui/statusbar.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/gui/statusbar.c b/apps/gui/statusbar.c index d279c220cc..dad317e9e2 100644 --- a/apps/gui/statusbar.c +++ b/apps/gui/statusbar.c @@ -226,6 +226,7 @@ void gui_statusbar_draw(struct gui_statusbar * bar, bool force_redraw) bar->info.volume); gui_statusbar_icon_play_state(display, current_playmode() + Icon_Play); + switch (bar->info.repeat) { #ifdef AB_REPEAT_ENABLE case REPEAT_AB: |