Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false
commitb9bf6cdb2c400ccfa0c00999468dbd2b1f0ac8d3
authorFrank Gevaerts <frank@gevaerts.be>
Tue, 21 Feb 2012 13:59:52 +0000 (21 14:59 +0100)
committerFrank Gevaerts <frank@gevaerts.be>
Wed, 29 Feb 2012 13:11:33 +0000 (29 14:11 +0100)
treeaeef8297fcb9b0b2155c0550b9fc5a8ce2d859a1
parent8efb8f97c4882e3142f62bf35c822cae6fb120c3
Call skinlist_set_cfg() unconditionally, i.e. also if do_refresh==false

This call is cheap (except if the list config changes, but then it should
be called anyway), and do_refresh isn't always set appropriately, e.g.
when the screen has just changed, which could cause the list config to be
null at bad times, which caused the standard list to be shown instead of
the desired skinned list.

Change-Id: I47dd2552d6d1062456ede4529c4891e80a8159ea
Reviewed-on: http://gerrit.rockbox.org/113
Reviewed-by: Frank Gevaerts <frank@gevaerts.be>
apps/gui/skin_engine/skin_render.c
lib/skin_parser/tag_table.c