X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=src%2Forg%2Fxwt%2FRes.java;fp=src%2Forg%2Fxwt%2FRes.java;h=b529a4e4402a29f1e6c12d50d08d2d94db55cb50;hb=e1da86ef35e219b79c3de0c099cf82b2500dc448;hp=35f3b51d48a3b832c10ef5bb3cee8f665e9c9084;hpb=9b5f2ef1516cbb2890f2549e9944dc06c3bc04d5;p=org.ibex.core.git diff --git a/src/org/xwt/Res.java b/src/org/xwt/Res.java index 35f3b51..b529a4e 100644 --- a/src/org/xwt/Res.java +++ b/src/org/xwt/Res.java @@ -40,7 +40,7 @@ public abstract class Res extends JS { if ("".equals(key)) { try { Template t = Template.getTemplate(addExtension(".xwt")); - return t == null ? null : t.getStatic(); + return t == null ? null : t.getStatic(null); /** FIXME VERY BAD! */ } catch (Exception e) { Log.info(this, e); return null;