Index: apps/recorder/radio.c =================================================================== RCS file: /cvsroot/rockbox/apps/recorder/radio.c,v retrieving revision 1.76 diff -u -r1.76 radio.c --- apps/recorder/radio.c 22 Sep 2005 18:36:02 -0000 1.76 +++ apps/recorder/radio.c 27 Sep 2005 12:42:30 -0000 @@ -473,9 +473,10 @@ if(audio_status() != AUDIO_STATUS_RECORD) { default_event_handler(SYS_USB_CONNECTED); - screen_freeze = true; /* Cosmetic: makes sure the - radio screen doesn't redraw */ - done = true; + presets_loaded = false; /* to reload the preset file, */ + radio_load_presets(); + lcd_clear_display(); /* get rid of the usb screen */ + update_screen = true; } break;