Bug 284379: Enabling middlemouse.contentLoadURL and middle clicking a tab should still close tab, patch by Adam Guthrie <ispiked@gmail.com>, r=rob_strong

This commit is contained in:
gavin%gavinsharp.com 2007-08-22 05:04:07 +00:00
Родитель 4c19816689
Коммит a16dc47baf
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -755,8 +755,7 @@
<parameter name="event"/>
<body>
<![CDATA[
if (event.button != 1 || event.target.localName != 'tab' ||
this.mPrefs.getBoolPref("middlemouse.contentLoadURL"))
if (event.button != 1 || event.target.localName != 'tab')
return;
this.removeTab(event.target);