indicate which toolbar will become "vertical tab bar". (experimental)
This commit is contained in:
parent
791db5e9ba
commit
8a1cab009d
@ -1782,6 +1782,8 @@ TreeStyleTabBrowser.prototype = {
|
|||||||
var oldToolbar = document.querySelector('.'+this.kTABBAR_TOOLBAR_READY);
|
var oldToolbar = document.querySelector('.'+this.kTABBAR_TOOLBAR_READY);
|
||||||
if (oldToolbar)
|
if (oldToolbar)
|
||||||
oldToolbar.classList.remove(this.kTABBAR_TOOLBAR_READY);
|
oldToolbar.classList.remove(this.kTABBAR_TOOLBAR_READY);
|
||||||
|
|
||||||
|
this.ownerToolbar.classList.remove(this.kTABBAR_TOOLBAR_READY);
|
||||||
},
|
},
|
||||||
|
|
||||||
/* nsIObserver */
|
/* nsIObserver */
|
||||||
|
Loading…
Reference in New Issue
Block a user