commit 2866faac5e3fce85240276a6767d53a31cb40783
parent 890e7e9573cdfb286f04905e9718219c2138d7c4
Author: Dan Stillman <dstillman@zotero.org>
Date: Fri, 11 Dec 2009 08:47:00 +0000
Change 'searchcondition' element to 'zoterosearchcondition', just in case someone else binds to searchcondition
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/zotero/bindings/zoterosearch.xml b/chrome/content/zotero/bindings/zoterosearch.xml
@@ -76,7 +76,7 @@
<body>
<![CDATA[
var conditionsBox = this.id('conditions');
- var condition = document.createElement('searchcondition');
+ var condition = document.createElement('zoterosearchcondition');
condition.setAttribute('flex','1');
conditionsBox.appendChild(condition);
diff --git a/chrome/skin/default/zotero/zotero.css b/chrome/skin/default/zotero/zotero.css
@@ -115,7 +115,7 @@ zoterotagselector
}
-searchcondition
+zoterosearchcondition
{
-moz-binding: url('chrome://zotero/content/bindings/zoterosearch.xml#search-condition');
}