[Pkg-mozext-commits] [tabmixplus] 03/19: When Vertical Tabs Reloaded installed the title bar of Firefox displays incorrectly

David Prévot taffit at moszumanska.debian.org
Tue Aug 29 08:05:11 UTC 2017


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit e0d8fcba68aa73ae1cbfef717bdfbfee18834c38
Author: onemen <tabmix.onemen at gmail.com>
Date:   Fri Aug 18 11:53:21 2017 +0300

    When Vertical Tabs Reloaded installed the title bar of Firefox displays incorrectly
---
 chrome/content/tab/tab.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/chrome/content/tab/tab.js b/chrome/content/tab/tab.js
index 3caf4ba..ad8158c 100644
--- a/chrome/content/tab/tab.js
+++ b/chrome/content/tab/tab.js
@@ -815,6 +815,11 @@ Tabmix.tabsUtils = {
       TabmixTabbar.updateSettings(false);
       Tabmix.navToolbox.resetUI = true;
     }
+
+    if (Tabmix.extensions.verticalTabs) {
+      // when Vertical Tabs Reloaded installed TabsInTitlebar was not initialized
+      TabsInTitlebar.init();
+    }
   },
 
   updateVerticalTabStrip(aReset) {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/tabmixplus.git



More information about the Pkg-mozext-commits mailing list