mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
fix xpfe autocomplete bustage from bug 438861 to be really in sync with cvs
This commit is contained in:
parent
85de90adf1
commit
4d6f1a5114
@ -655,7 +655,7 @@
|
||||
this.searchFailed();
|
||||
return;
|
||||
}
|
||||
if (aStatus == Components.interfaces.nsIAutoCompleteStatus.failureItems){
|
||||
if (aStatus == Components.interfaces.nsIAutoCompleteStatus.failureItems)
|
||||
++this.mFailureItems;
|
||||
|
||||
if (firstReturn) {
|
||||
|
Loading…
Reference in New Issue
Block a user