summaryrefslogtreecommitdiff
path: root/apps/plugins/pictureflow/pictureflow.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-12-02 19:52:04 -0500
committerSolomon Peachy <pizza@shaftnet.org>2021-12-02 19:52:04 -0500
commit9597d7256d6b38b886bc4b1520fdbcc915c92034 (patch)
treeb2f8c172ba7476bc87104570a8ba4f0f60066aaa /apps/plugins/pictureflow/pictureflow.c
parent0f12a77d605f7d38cd5909a9ba91eddd65644d19 (diff)
downloadrockbox-9597d7256d6b38b886bc4b1520fdbcc915c92034.tar.gz
rockbox-9597d7256d6b38b886bc4b1520fdbcc915c92034.zip
Fix lingering yellow from 8325b59f3b
Change-Id: I83b7fbd88b2f47c9bd31943bdc9c4cc8f2d24f4e
Diffstat (limited to 'apps/plugins/pictureflow/pictureflow.c')
-rw-r--r--apps/plugins/pictureflow/pictureflow.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/pictureflow/pictureflow.c b/apps/plugins/pictureflow/pictureflow.c
index f3d07c3981..17cff600af 100644
--- a/apps/plugins/pictureflow/pictureflow.c
+++ b/apps/plugins/pictureflow/pictureflow.c
@@ -3622,6 +3622,7 @@ static void draw_album_text(void)
3622 } 3622 }
3623} 3623}
3624 3624
3625#if PF_PLAYBACK_CAPABLE
3625/** 3626/**
3626 Display an info message when items have been added to playlist 3627 Display an info message when items have been added to playlist
3627*/ 3628*/
@@ -3641,6 +3642,7 @@ static void rb_splash_added_to_playlist(void)
3641 grey_show(true); 3642 grey_show(true);
3642#endif 3643#endif
3643} 3644}
3645#endif
3644 3646
3645/** 3647/**
3646 Display an error message and wait for input. 3648 Display an error message and wait for input.