Bug 504384 - Excessive Flickering with the Asynchronous Location Bar. r=sdwilsh

Don't tell autocomplete that we have 0 results ongoing when we just started the search, so it doesn't cause the UI to show 0 results and immediately show more.
This commit is contained in:
Edward Lee 2009-07-29 09:51:48 -07:00
parent 9981a52b9b
commit 85252180c1

View File

@ -402,7 +402,6 @@ nsPlacesAutoComplete.prototype = {
result.setSearchString(aSearchString);
result.setListener(this);
this._result = result;
this._notifyResults(true);
// If we are not enabled, we need to return now.
if (!this._enabled) {