don't update _notifyBackgroundTab twice

This commit is contained in:
Piro / SHIMODA Hiroshi 2011-01-22 13:43:43 +09:00
parent b665a8ca11
commit 7aed5e240a

View File

@ -1063,8 +1063,10 @@ TreeStyleTabBrowser.prototype = {
);
}
source = b.mTabContainer._notifyBackgroundTab.toSource();
if (source.indexOf('TreeStyleTabService.getTabBrowserFromChild') < 0) {
eval('b.mTabContainer._notifyBackgroundTab = '+
b.mTabContainer._notifyBackgroundTab.toSource().replace(
source.toSource().replace(
'{',
'{ var treeStyleTab = TreeStyleTabService.getTabBrowserFromChild(this).treeStyleTab;'
).replace(
@ -1077,6 +1079,7 @@ TreeStyleTabBrowser.prototype = {
/\.right/g, '[treeStyleTab.endProp]'
)
);
}
if (b.tabContainer && '_getDropIndex' in b.tabContainer) { // Firefox 4.0 or later
eval('b.tabContainer._getDropIndex = '+