Fix function name
authorMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 09:19:00 +0000 (03:19 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Tue, 20 Oct 2009 22:16:29 +0000 (16:16 -0600)
imp/js/DimpBase.js

index 0336777..9fc7ddd 100644 (file)
@@ -1398,7 +1398,7 @@ var DimpBase = {
         r = r.response;
         RedBox.close();
         this.sfolder = this.folder;
-        this._searchDeactivate();
+        this._quicksearchDeactivate();
         this.go('folder:' + r.view);
     },