git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@3454 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-12-03 13:11:08 +00:00
parent b49b06ffb1
commit 451667b18c

View File

@ -1682,9 +1682,7 @@ TreeStyleTabBrowser.prototype = {
}
else if (!this.getTabFromEvent(aEvent)) {
var tab = this.getTabFromTabbarEvent(aEvent);
if (tab) {
this.mTabBrowser.selectedTab = aTab;
}
if (tab) this.mTabBrowser.selectedTab = tab;
}
else {
return;