From: Chris Porter Date: Mon, 25 Aug 2014 00:36:12 +0000 (+0100) Subject: another silly QHash bug X-Git-Url: https://jfr.im/git/irc/quakenet/qwebirc.git/commitdiff_plain/69fbfa6d0e63d5815649bf9e93833d345e8c1621?hp=7e83091b7ecd3d421bf6c3221855c77d4e367570 another silly QHash bug --- diff --git a/js/ui/baseui.js b/js/ui/baseui.js index 0d9ec12..770e200 100644 --- a/js/ui/baseui.js +++ b/js/ui/baseui.js @@ -102,7 +102,7 @@ qwebirc.ui.BaseUI = new Class({ if(!$defined(c)) return null; - return c[this.getWindowIdentifier(client, type, name)]; + return c.get(this.getWindowIdentifier(client, type, name)); }, getActiveWindow: function() { return this.active;