]> jfr.im git - irc/quakenet/qwebirc.git/blobdiff - js/ui/uglyui.js
Redo window naming system to use window name identifiers.
[irc/quakenet/qwebirc.git] / js / ui / uglyui.js
index 14d8df400c87837b263968a3336db451756edb9a..05875443fff8b53c6155a5b0e0e0accc82b32d63 100644 (file)
@@ -40,8 +40,8 @@ qwebirc.ui.UglyUI = new Class({
 qwebirc.ui.UglyUI.Window = new Class({
   Extends: qwebirc.ui.Window,
   
-  initialize: function(parentObject, client, type, name) {
-    this.parent(parentObject, client, type, name);
+  initialize: function(parentObject, client, type, name, identifier) {
+    this.parent(parentObject, client, type, name, identifier);
         
     this.outerContainer = new Element("div");
     this.outerContainer.addClass("outercontainer");