[Pkg-mozext-commits] [tabmixplus] 104/123: Remove unnecessary check, tabStripAreaChanged supposed to run for each change to the tabStrip area. We call tabStripAreaChanged form onWindowOpen and again from delayedStartup

David Prévot taffit at moszumanska.debian.org
Wed Sep 17 21:16:32 UTC 2014


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

taffit pushed a commit to branch master
in repository tabmixplus.

commit 6f429b78255a647e166a2d7c7d854db6c38c6992
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sun Sep 14 12:56:28 2014 +0300

    Remove unnecessary check, tabStripAreaChanged supposed to run for each change to the tabStrip area. We call tabStripAreaChanged form onWindowOpen and again from delayedStartup
---
 chrome/content/minit/minit.js | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/chrome/content/minit/minit.js b/chrome/content/minit/minit.js
index 5e754b9..a41133c 100644
--- a/chrome/content/minit/minit.js
+++ b/chrome/content/minit/minit.js
@@ -1226,11 +1226,7 @@ Tabmix.navToolbox = {
     }
   },
 
-  _tabStripInitialized: false,
   tabStripAreaChanged: function() {
-    if (this._tabStripInitialized)
-      return;
-    this._tabStripInitialized = true;
     /**
      * we need to position three elements in TabsToolbar :
      * tabmixScrollBox, new-tab-button, and tabmix-tabs-closebutton.

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