Bug 362287, [@ nsAutoCompleteController::PostSearchCleanup] , r=mconnor

git-svn-id: svn://10.0.0.236/trunk@227579 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
Olli.Pettay%helsinki.fi
2007-06-06 07:00:30 +00:00
parent a8bd6cdf5c
commit 2df1777a07

View File

@@ -1212,7 +1212,8 @@ nsAutoCompleteController::ProcessResult(PRInt32 aSearchIndex, nsIAutoCompleteRes
nsresult
nsAutoCompleteController::PostSearchCleanup()
{
{
NS_ENSURE_STATE(mInput);
if (mRowCount) {
OpenPopup();
mSearchStatus = nsIAutoCompleteController::STATUS_COMPLETE_MATCH;