From a317de1c893e76892ce57b4d8a732a3bffb45f60 Mon Sep 17 00:00:00 2001 From: Gijs Date: Tue, 24 May 2016 09:19:16 +0100 Subject: [PATCH] Untested fix for the changes from bug 1273094 I *think* this will do the 'right thing' both with and without the patches in bug 1273094, but I'm not in a good position to test the change. See also https://github.com/darrinhenein/VerticalTabs/pull/37 . --- vertical-tabbrowser.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vertical-tabbrowser.xml b/vertical-tabbrowser.xml index 8110047..b56edbb 100644 --- a/vertical-tabbrowser.xml +++ b/vertical-tabbrowser.xml @@ -273,6 +273,9 @@ switch (aEvent.type) { case "load": this.updateVisibility(); + if (typeof TabsInTitlebar._updateOnInit != "undefined") { + TabsInTitlebar.init(); + } break; case "resize": if (aEvent.target != window)