From f7db043fbc4f31f65f34601b39ba05a9e5e53a39 Mon Sep 17 00:00:00 2001 From: Jonathan Gordon Date: Wed, 16 Aug 2006 14:14:16 +0000 Subject: * fix pitchscreen * stop yes/no screen eating the first press sometimes * add enter id3 button from wps in irivier * update keymap-h10 from Barry Wardell git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10614 a1c6a512-1295-4272-9138-f99709370657 --- apps/gui/yesno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/gui/yesno.c') diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c index d567cf9ed4..2c3d6f7e10 100644 --- a/apps/gui/yesno.c +++ b/apps/gui/yesno.c @@ -71,10 +71,10 @@ enum yesno_res gui_syncyesno_run(struct text_message * main_message, gui_yesno_set_display(&(yn[i]), &(screens[i])); gui_yesno_draw(&(yn[i])); } + action_signalscreenchange(); while (result==-1) { button = get_action(CONTEXT_YESNOSCREEN,TIMEOUT_BLOCK); - DEBUGF("button=%x\n",button); switch (button) { case ACTION_YESNO_ACCEPT: -- cgit v1.2.3