partially revert previous commit (non-working)

This commit is contained in:
Christopher Roy Bratusek 2012-03-20 19:04:58 +01:00
parent 477538c898
commit 83b51e628c
3 changed files with 1 additions and 3 deletions

Binary file not shown.

View File

@ -265,7 +265,7 @@ AppInfo(const char *title, string dir, u8* icon)
ResumeGui();
edit.ResetState();
btn1.SetState(STATE_SELECTED);
cancel.SetState(STATE_SELECTED);
while(choice == -1)
{
usleep(100);

View File

@ -1,6 +1,4 @@
//rev38:
- in the app-info dialog pre-select the 'load' button, rather than
the exit button (allows A+A on an app for quick-start)
- in the app-info dialog the dvd-icon is now shown if necessary
//rev37: