Changeset 617

Show
Ignore:
Timestamp:
2007-09-25 01:39:28 (1 year ago)
Author:
MaierMan
Message:

fix onFilterEdit (doubled ., idx not defined)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/chrome/content/preferences/prefs.js

    r596 r617  
    273273                        filter.test = $("filterTest").value; 
    274274                         
    275                         this..box.invalidateRow(idx); 
     275                        var idx = this.selection.currentIndex; 
     276                        this.box.invalidateRow(idx); 
    276277                        this._lastRowEdited = idx; 
    277278                }