[Pkg-mozext-commits] [tabmixplus] 15/56: Follow up bug 1014185, The customization panel is no longer loaded via about:customizing

David Prévot taffit at moszumanska.debian.org
Mon Jun 6 00:02:33 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 c660e025451affbd3343ac434a295306a02e89b8
Author: onemen <tabmix.onemen at gmail.com>
Date:   Sat Apr 30 18:56:51 2016 +0300

    Follow up bug 1014185, The customization panel is no longer loaded via about:customizing
---
 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 e54fe52..81ad329 100644
--- a/chrome/content/minit/minit.js
+++ b/chrome/content/minit/minit.js
@@ -331,7 +331,7 @@ var TMP_tabDNDObserver = {
 
     if (dragType == this.DRAG_LINK) {
       let tab = tabBar._getDragTargetTab(event, true);
-      if (tab && tab.linkedBrowser.currentURI.spec != "about:customizing") {
+      if (tab && !this._isCustomizing) {
         if (!this._dragTime)
           this._dragTime = Date.now();
         if (Date.now() >= this._dragTime + this._dragOverDelay)

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