[Pkg-mozext-commits] [tabmixplus] 15/32: Update changeset d181198ffe55, TabGroup extension add the changes we do in TMP_TabView._patchTabviewFrame to its code in version 1.0.2b1
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 a1c67a79572d885865bc0246e8bf507755bfc733
Author: onemen <tabmix.onemen at gmail.com>
Date: Sun Jan 3 11:23:18 2016 +0200
Update changeset d181198ffe55, TabGroup extension add the changes we do in TMP_TabView._patchTabviewFrame to its code in version 1.0.2b1
---
chrome/content/minit/tabView.js | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/chrome/content/minit/tabView.js b/chrome/content/minit/tabView.js
index 4a053e4..fda0ce6 100644
--- a/chrome/content/minit/tabView.js
+++ b/chrome/content/minit/tabView.js
@@ -99,6 +99,11 @@
TMP_TabView._patchInitialized = false;
TMP_TabView._patchTabviewFrame = function SM__patchTabviewFrame() {
+ // Tab Groups extension by Quicksaver includes these changes in its code
+ if (window.hasOwnProperty("tabGroups")) {
+ return;
+ }
+
this._patchInitialized = true;
TabView._window.GroupItems._original_reconstitute = TabView._window.GroupItems.reconstitute;
TabView._window.GroupItems.reconstitute = function(groupItemsData, groupItemData) {
--
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