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
Родитель 5323ed6d89
Коммит 0b34e5cbbf
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

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