Adapt to new signature of Application.getSkin().

This commit is contained in:
hns 2003-06-25 15:50:00 +00:00
parent 30e218b99e
commit 61b8a4a35a

View file

@ -737,7 +737,7 @@ public final class HopExtension {
skin = res.getCachedSkin(skinid);
if (skin == null) {
skin = app.getSkin(javaObject, arguments[0].toString(), skinpath);
skin = app.getSkin(app.getPrototypeName(javaObject), arguments[0].toString(), skinpath);
res.cacheSkin(skinid, skin);
}
}