From 8025a894e1765bfe81ba19632bd4f891416790e3 Mon Sep 17 00:00:00 2001 From: "blakeross%telocity.com" Date: Tue, 21 Aug 2001 06:16:33 +0000 Subject: [PATCH] More fallout from xul syntax changes. r=ben sr=hyatt git-svn-id: svn://10.0.0.236/trunk@101487 18797224-902f-48f8-a5cc-f745e15eee43 --- .../components/autocomplete/resources/content/autocomplete.xml | 2 +- mozilla/xpfe/global/resources/content/bindings/textbox.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml index 29efe2aabfb..aa4ddb39596 100644 --- a/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml +++ b/mozilla/xpfe/components/autocomplete/resources/content/autocomplete.xml @@ -1365,7 +1365,7 @@ - + diff --git a/mozilla/xpfe/global/resources/content/bindings/textbox.xml b/mozilla/xpfe/global/resources/content/bindings/textbox.xml index 96ee68b071d..5d6ceee583a 100644 --- a/mozilla/xpfe/global/resources/content/bindings/textbox.xml +++ b/mozilla/xpfe/global/resources/content/bindings/textbox.xml @@ -19,7 +19,7 @@ - + @@ -76,6 +76,7 @@ if (val) this.setAttribute('disabled', 'true'); else this.removeAttribute('disabled'); return val;" onget="return this.inputField.readonly;"/> +