1
0
Fork 0
forked from len0rd/rockbox

If setting a bool, tell the settings code it is bool, not int. Fixes FS #7205

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13719 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Peter D'Hoye 2007-06-25 22:27:09 +00:00
parent e50cba942f
commit 13de6583ac

View file

@ -1474,7 +1474,7 @@ void general_settings(void)
case 5: case 5:
rb->set_option("Idle Poweroff (temporary)", &idle_poweroff, rb->set_option("Idle Poweroff (temporary)", &idle_poweroff,
INT, idle_poweroff_text, 2, NULL); BOOL, idle_poweroff_text, 2, NULL);
break; break;
default: default: