From: skeezix Date: Mon, 24 Jan 2011 02:44:57 +0000 (-0500) Subject: Fix for About screen instant-vanish X-Git-Tag: sz_beta3~110 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89504728b8c1181f6f4481c80cb63b559db1932e;p=pandora-libraries.git Fix for About screen instant-vanish --- diff --git a/minimenu/mmui.c b/minimenu/mmui.c index add1cfb..4b61f78 100644 --- a/minimenu/mmui.c +++ b/minimenu/mmui.c @@ -2793,7 +2793,7 @@ void ui_aboutscreen ( char *textpath ) { SDL_Event e; - if ( SDL_PeepEvents ( &e, 1, SDL_GETEVENT, SDL_EVENTMASK(SDL_KEYUP|SDL_KEYDOWN) ) > 0 ) { + if ( SDL_PeepEvents ( &e, 1, SDL_GETEVENT, SDL_EVENTMASK(/*SDL_KEYUP|*/SDL_KEYDOWN) ) > 0 ) { return; }