Update the prototype before returning the skinfiles.

This commit is contained in:
hns 2002-07-05 15:05:55 +00:00
parent 9c3cbea82f
commit 65686330fc

View file

@ -163,6 +163,7 @@ public class ApplicationBean implements Serializable {
Map skinz = new Hashtable ();
for (Iterator it = app.getPrototypes().iterator(); it.hasNext(); ) {
Prototype p = (Prototype) it.next ();
app.typemgr.updatePrototype (p);
Map proto = new Hashtable ();
for (Iterator it2 = p.skins.values().iterator(); it2.hasNext(); ) {
SkinFile sf = (SkinFile) it2.next ();