[Pkg-mozext-commits] [tabmixplus] 19/32: Add call to setTabStyle from switcher.updateDisplay to update previously selected tab style

David Prévot taffit at moszumanska.debian.org
Sun Feb 7 19:23:13 UTC 2016


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 8f6bd36d6f1bed64b51718ab89efbc95db97e48c
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Jan 6 22:47:35 2016 +0200

    Add call to setTabStyle from switcher.updateDisplay to update previously selected tab style
---
 chrome/content/minit/tablib.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/minit/tablib.js b/chrome/content/minit/tablib.js
index a11a034..a01e2b7 100644
--- a/chrome/content/minit/tablib.js
+++ b/chrome/content/minit/tablib.js
@@ -359,6 +359,7 @@ var tablib = { // eslint-disable-line
           let visibleTab = this.visibleTab;
           this.original_updateDisplay.apply(this, arguments);
           if (visibleTab !== this.visibleTab) {
+            Tabmix.setTabStyle(visibleTab);
             TMP_eventListener.updateDisplay(this.visibleTab);
             TabmixTabbar.updateBeforeAndAfter();
           }

-- 
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