Changeset 878
- Timestamp:
- 2008-03-12 08:30:18 (10 months ago)
- Files:
-
- trunk/chrome/content/dta/select.js (modified) (1 diff)
- trunk/chrome/content/dta/select.xul (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/chrome/content/dta/select.js
r833 r878 465 465 }, 466 466 467 // will be called initially and whenever something changed 467 468 notify: function() { 469 if (this.current) { 470 this.makeSelection(); 471 } 472 }, 473 // will be called initially and whenever something changed 468 474 makeSelection: function() { 469 470 475 var tree = this.current; 471 476 var type = tree.type; trunk/chrome/content/dta/select.xul
r796 r878 128 128 <vbox style="margin:3px 7px;" class="closer" id="regexcontainer" closed="true" persist="closed"> 129 129 <caption id="additional" tooltiptext="&additional.tip;" label="&additional.caption;"/> 130 <saveddropdown id="filter" flex="1" tooltiptext="&filter.tip;" preference="filter" allowempty="true" onchange="Dialog. makeSelection();"/>130 <saveddropdown id="filter" flex="1" tooltiptext="&filter.tip;" preference="filter" allowempty="true" onchange="Dialog.notify();"/> 131 131 </vbox> 132 132
