[tor-commits] [torbutton/master] Bug 4722: Fix ability to drag tabs on Windows due to #4517 fix.

mikeperry at torproject.org mikeperry at torproject.org
Sun Dec 18 00:33:08 UTC 2011


commit 54896d07d5afeb1c2b0d53840b65d677d94d747a
Author: Mike Perry <mikeperry-git at fscked.org>
Date:   Sat Dec 17 16:31:41 2011 -0800

    Bug 4722: Fix ability to drag tabs on Windows due to #4517 fix.
    
    Does not cause regressions for Ubuntu Unity.
---
 src/components/external-app-blocker.js |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/components/external-app-blocker.js b/src/components/external-app-blocker.js
index ff81cad..34447cd 100644
--- a/src/components/external-app-blocker.js
+++ b/src/components/external-app-blocker.js
@@ -225,8 +225,6 @@ ExternalWrapper.prototype =
 
   // from nsIDragService
   invokeDragSessionWithImage: function(aDOMNode, aTransferableArray, aRegion, aActionType, aImage, aImageX, aImageY, aDragEvent, aDataTransfer) {
-    aActionType = 0;
-
     for(var i = 0; i < aTransferableArray.Count(); i++) {
         this.logger.log(3, "Inspecting drag+drop transfer: "+i);
         var tr = aTransferableArray.GetElementAt(i);



More information about the tor-commits mailing list