From 13de6583acdcbf14a31c64577a24a58f07acab6c Mon Sep 17 00:00:00 2001 From: Peter D'Hoye Date: Mon, 25 Jun 2007 22:27:09 +0000 Subject: 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 --- apps/plugins/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps') diff --git a/apps/plugins/clock.c b/apps/plugins/clock.c index 3c70759da6..f2f6c779f2 100644 --- a/apps/plugins/clock.c +++ b/apps/plugins/clock.c @@ -1474,7 +1474,7 @@ void general_settings(void) case 5: rb->set_option("Idle Poweroff (temporary)", &idle_poweroff, - INT, idle_poweroff_text, 2, NULL); + BOOL, idle_poweroff_text, 2, NULL); break; default: -- cgit v1.2.3