fix for bug #406136: Empty rows in autocomplete when searching for the first time after starting Firefox in a supplimental patch for bug #399664, I accidentally removed this line.

This commit is contained in:
sspitzer@mozilla.org 2007-11-30 02:02:57 -08:00
parent cc0cfaa136
commit b5bd29fc9d

View File

@ -1117,6 +1117,8 @@
setTimeout(function(self) { self._adjustWidth(); }, 0, this);
else
this._adjustWidth();
this._adjustAcItem();
]]>
</constructor>