if you reset your settings, you wont be in the rec screen anymore!

(hopefully fix the statusbar problem for good)


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12225 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2007-02-07 14:17:13 +00:00
parent 48289a51ad
commit 3e16c9eb25

View file

@ -916,6 +916,7 @@ void settings_reset(void) {
#if defined (HAVE_RECORDING) && CONFIG_CODEC == SWCODEC
enc_global_settings_reset();
#endif
global_status.in_recording_screen = false;
}
/** Changing setting values **/