[Pkg-mozext-commits] [tabmixplus] 105/123: Don't set unloaded tab-styling on current tab
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 b55fad167005067c741c3640c40637ff7d270455
Author: onemen <tabmix.onemen at gmail.com>
Date: Sun Sep 14 16:29:11 2014 +0300
Don't set unloaded tab-styling on current tab
---
chrome/content/tab/tabbrowser_4.xml | 2 --
1 file changed, 2 deletions(-)
diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index c8b6a8f..afa7196 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -430,8 +430,6 @@
let tab = this.firstChild;
tab.setAttribute("tabmix_selectedID", Tabmix._nextSelectedID++);
tab.setAttribute("visited", true);
- if (Services.prefs.getBoolPref("browser.sessionstore.restore_on_demand"))
- tab.setAttribute("tabmix_pending", "true");
Tabmix.setTabStyle(tab);
TabmixTabbar.lockallTabs = Tabmix.prefs.getBoolPref("lockallTabs");
if (TabmixTabbar.lockallTabs) {
--
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