[Pkg-mozext-commits] [tabmixplus] 16/123: In tabbrowser-tabs binding the selected tab is selectedItem not mCurrentTab
David Prévot
taffit at moszumanska.debian.org
Wed Sep 17 21:16:23 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 8d1b2817646dc344db56d5cedf658b74a46d581b
Author: onemen <tabmix.onemen at gmail.com>
Date: Tue Aug 12 22:01:46 2014 +0300
In tabbrowser-tabs binding the selected tab is selectedItem not mCurrentTab
---
chrome/content/tab/tabbrowser_4.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/tab/tabbrowser_4.xml b/chrome/content/tab/tabbrowser_4.xml
index a35ae14..4fbd53c 100644
--- a/chrome/content/tab/tabbrowser_4.xml
+++ b/chrome/content/tab/tabbrowser_4.xml
@@ -611,7 +611,7 @@
if (!tab.hidden && !tab.closing)
return tab;
}
- return this.mCurrentTab;
+ return this.selectedItem;
]]></getter>
</property>
@@ -625,7 +625,7 @@
if (!tab.hidden && !tab.closing)
return tab;
}
- return this.mCurrentTab;
+ return this.selectedItem;
]]></getter>
</property>
--
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