[Pkg-mozext-commits] [tabmixplus] 39/44: Set missing attribute on first tab

David Prévot taffit at moszumanska.debian.org
Wed Oct 15 02:10:05 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 20376072e461fcaabd2d5053779a5bb84835bd20
Author: onemen <tabmix.onemen at gmail.com>
Date:   Tue Oct 14 08:05:43 2014 +0300

    Set missing attribute on first tab
---
 chrome/content/tab/tabbrowser_4.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index 859e438..9abeb53 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -397,6 +397,7 @@
 
           Tabmix._nextSelectedID = 1;
           let tab = this.firstChild;
+          TMP_eventListener.setTabAttribute(tab);
           tab.setAttribute("tabmix_selectedID", Tabmix._nextSelectedID++);
           tab.setAttribute("visited", true);
           Tabmix.setTabStyle(tab);

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