1
0
Fork 0
forked from len0rd/rockbox

revert r25271 which caused more problems than it tried to fix

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25296 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jonathan Gordon 2010-03-23 02:19:48 +00:00
parent 7e84cca441
commit dafca1405e
3 changed files with 15 additions and 14 deletions

View file

@ -85,7 +85,7 @@ void sb_skin_data_load(enum screen_type screen, const char *buf, bool isfile)
success = false;
}
/* hide this viewport, forever */
vp->hidden_flags = VP_NEVER_CLEAR;
vp->hidden_flags = VP_NEVER_VISIBLE;
}
if (!success && isfile)