From e991beed6df8700b41796c4c14ef786f45fb54c5 Mon Sep 17 00:00:00 2001 From: Kevin Ferrare Date: Wed, 16 Nov 2005 15:12:15 +0000 Subject: replaced all the splash calls by gui_sync_splash, added some missing remote key in the playlist viewer git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7909 a1c6a512-1295-4272-9138-f99709370657 --- apps/recorder/radio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/recorder/radio.c') diff --git a/apps/recorder/radio.c b/apps/recorder/radio.c index fa0f091156..1c54602e73 100644 --- a/apps/recorder/radio.c +++ b/apps/recorder/radio.c @@ -814,7 +814,7 @@ bool radio_screen(void) #ifndef SIMULATOR if(audio_status() & AUDIO_STATUS_ERROR) { - splash(0, true, str(LANG_DISK_FULL)); + gui_syncsplash(0, true, str(LANG_DISK_FULL)); gui_syncstatusbar_draw(&statusbars,true); FOR_NB_SCREENS(i) gui_textarea_update(&screens[i]); @@ -878,7 +878,7 @@ void radio_save_presets(void) } else { - splash(HZ*2, true, str(LANG_FM_PRESET_SAVE_FAILED)); + gui_syncsplash(HZ*2, true, str(LANG_FM_PRESET_SAVE_FAILED)); } } @@ -959,7 +959,7 @@ bool radio_add_preset(void) } else { - splash(HZ*2, true, str(LANG_FM_NO_FREE_PRESETS)); + gui_syncsplash(HZ*2, true, str(LANG_FM_NO_FREE_PRESETS)); } return true; } -- cgit v1.2.3