Update the prototype before returning the skinfiles.
This commit is contained in:
parent
9c3cbea82f
commit
65686330fc
1 changed files with 1 additions and 0 deletions
|
@ -163,6 +163,7 @@ public class ApplicationBean implements Serializable {
|
||||||
Map skinz = new Hashtable ();
|
Map skinz = new Hashtable ();
|
||||||
for (Iterator it = app.getPrototypes().iterator(); it.hasNext(); ) {
|
for (Iterator it = app.getPrototypes().iterator(); it.hasNext(); ) {
|
||||||
Prototype p = (Prototype) it.next ();
|
Prototype p = (Prototype) it.next ();
|
||||||
|
app.typemgr.updatePrototype (p);
|
||||||
Map proto = new Hashtable ();
|
Map proto = new Hashtable ();
|
||||||
for (Iterator it2 = p.skins.values().iterator(); it2.hasNext(); ) {
|
for (Iterator it2 = p.skins.values().iterator(); it2.hasNext(); ) {
|
||||||
SkinFile sf = (SkinFile) it2.next ();
|
SkinFile sf = (SkinFile) it2.next ();
|
||||||
|
|
Loading…
Add table
Reference in a new issue