From 4fc717a4c19a1fe0349977d7b9c86561c5a5cf2d Mon Sep 17 00:00:00 2001 From: Michael Sevakis Date: Mon, 28 Aug 2006 22:38:41 +0000 Subject: Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10789 a1c6a512-1295-4272-9138-f99709370657 --- apps/filetree.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'apps/filetree.c') diff --git a/apps/filetree.c b/apps/filetree.c index d3ef1e067d..9d5109ceb9 100644 --- a/apps/filetree.c +++ b/apps/filetree.c @@ -445,9 +445,8 @@ int ft_enter(struct tree_context* c) { set_file(buf, global_settings.fmr_file, MAX_FILENAME); radio_load_presets(global_settings.fmr_file); - if(get_radio_status() != FMRADIO_PLAYING && - get_radio_status() != FMRADIO_PAUSED) - radio_screen(); + if(!in_radio_screen()) + radio_screen(); } /* * Preset outside default folder, we can choose such only -- cgit v1.2.3