From 8b9fdb540c9bf10c0939cb4a529688bd3e79ff9c Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Mon, 5 Jan 2009 09:59:11 +0000 Subject: redo how the statusbar updates are done. send the EVENT_GUI_ACTIONUPDATE event every time get_action() is called. The event wont be as realiable (timewise) as before, but seems to work better This also fixes FS#9761. Also set the lcd font back to the ui font from the debug screens which use sysfont git-svn-id: svn://svn.rockbox.org/rockbox/trunk@19681 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/yesno.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'apps/gui/yesno.c') diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index 1e597f2fcb..756d267c63 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -167,9 +167,6 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message, case SYS_CHARGER_DISCONNECTED: /* ignore some SYS events that can happen */ continue; - case SYS_FOURHERTZ: /* make sure this one works as expected */ - default_event_handler(button); - break; default: if(default_event_handler(button) == SYS_USB_CONNECTED) return(YESNO_USB); -- cgit v1.2.3