From 27fb65b89a5c2f5e85049f7a380efbe7f58886f4 Mon Sep 17 00:00:00 2001 From: phasefx Date: Tue, 14 Feb 2006 22:50:13 +0000 Subject: [PATCH] fix git-svn-id: svn://svn.open-ils.org/ILS/trunk@3072 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/chrome/content/util/window.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/chrome/content/util/window.js b/Open-ILS/xul/staff_client/chrome/content/util/window.js index e9c146bee3..e21e1a1426 100644 --- a/Open-ILS/xul/staff_client/chrome/content/util/window.js +++ b/Open-ILS/xul/staff_client/chrome/content/util/window.js @@ -73,7 +73,7 @@ util.window.prototype = { 'open' : function(url,title,features) { netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect"); - if (!title) title = 'anon' + window_name_increment(); + if (!title) title = 'anon' + this.window_name_increment(); if (!features) features = 'chrome'; this.error.sdump('D_WIN', 'opening ' + url + ', ' + title + ', ' + features + ' from ' + this.win + '\n'); -- 2.43.2