Bug 534172 - Tab list should be cleared at popuphidden, not at popuphiding. r=Enn

--HG--
extra : rebase_source : e201ed7db24d6f862575809756e68a4d551393db
This commit is contained in:
Markus Stange 2009-12-11 23:04:02 +01:00
Родитель 3e1b2b0a3c
Коммит a294c94009
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -3398,7 +3398,7 @@
this._updateTabsVisibilityStatus(); this._updateTabsVisibilityStatus();
]]></handler> ]]></handler>
<handler event="popuphiding"> <handler event="popuphidden">
<![CDATA[ <![CDATA[
// clear out the menu popup and remove the listeners // clear out the menu popup and remove the listeners
while (this.hasChildNodes()) { while (this.hasChildNodes()) {