[Pkg-mozext-commits] [tabmixplus] 03/15: Middle-click to open in current tab not working from 0.4.1.7, regressed by changeset 1059be3d672c

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 19:05:17 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository tabmixplus.

commit 199941b120a898dbd4da7b16647bdda0851ff243
Author: onemen <tabmix.onemen at gmail.com>
Date:   Wed Mar 4 15:29:13 2015 +0200

    Middle-click to open in current tab not working from 0.4.1.7, regressed by changeset 1059be3d672c
---
 modules/Places.jsm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/Places.jsm b/modules/Places.jsm
index 20df90a..522c3bd 100644
--- a/modules/Places.jsm
+++ b/modules/Places.jsm
@@ -154,8 +154,8 @@ var PlacesUtilsInternal = {
       '{', '$&\n' +
       '    var TMP_Event;\n' +
       '    if (arguments.length > 1 && typeof aWhere == "object") {\n' +
-      '      aWhere = aWhere.where;\n' +
       '      TMP_Event = aWhere.event;\n' +
+      '      aWhere = aWhere.where;\n' +
       '    }\n'
     )._replace(
       'aWindow.openUILinkIn',

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