[Pkg-mozext-commits] [tabmixplus] 40/56: Dragging links between two tabs is not working. Regrresed by changeset c3edbc0d0f57

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:36 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 45d599f9dfae6ef0433cc3cc73bea72d842b8e0e
Author: onemen <tabmix.onemen at gmail.com>
Date:   Mon May 16 19:50:41 2016 +0300

    Dragging links between two tabs is not working. Regrresed by changeset c3edbc0d0f57
---
 chrome/content/minit/minit.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/chrome/content/minit/minit.js b/chrome/content/minit/minit.js
index f5b6530..2e7ed2a 100644
--- a/chrome/content/minit/minit.js
+++ b/chrome/content/minit/minit.js
@@ -466,7 +466,7 @@ var TMP_tabDNDObserver = {
         let newTab = gBrowser.loadOneTab(url, {
           inBackground: bgLoad,
           allowThirdPartyFixup: true,
-          userContextId: this.selectedItem.getAttribute("usercontextid")
+          userContextId: gBrowser.tabContainer.selectedItem.getAttribute("usercontextid")
         });
         gBrowser.moveTabTo(newTab, newIndex + left_right);
       } else {

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