diff options
Diffstat (limited to 'apps/bookmark.c')
-rw-r--r-- | apps/bookmark.c | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/bookmark.c b/apps/bookmark.c index 4afba78d14..c157d01662 100644 --- a/apps/bookmark.c +++ b/apps/bookmark.c | |||
@@ -47,6 +47,7 @@ | |||
47 | #include "sprintf.h" | 47 | #include "sprintf.h" |
48 | #include "talk.h" | 48 | #include "talk.h" |
49 | #include "misc.h" | 49 | #include "misc.h" |
50 | #include "abrepeat.h" | ||
50 | 51 | ||
51 | #define MAX_BOOKMARKS 10 | 52 | #define MAX_BOOKMARKS 10 |
52 | #define MAX_BOOKMARK_SIZE 350 | 53 | #define MAX_BOOKMARK_SIZE 350 |
@@ -778,6 +779,12 @@ static void display_bookmark(const char* bookmark, | |||
778 | /* bookmark shuffle and repeat states*/ | 779 | /* bookmark shuffle and repeat states*/ |
779 | switch (repeat_mode) | 780 | switch (repeat_mode) |
780 | { | 781 | { |
782 | #ifdef AB_REPEAT_ENABLE | ||
783 | case REPEAT_AB: | ||
784 | statusbar_icon_play_mode(Icon_RepeatAB); | ||
785 | break; | ||
786 | #endif | ||
787 | |||
781 | case REPEAT_ONE: | 788 | case REPEAT_ONE: |
782 | statusbar_icon_play_mode(Icon_RepeatOne); | 789 | statusbar_icon_play_mode(Icon_RepeatOne); |
783 | break; | 790 | break; |