]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/commitdiff
- fix problem with firefox not openning urls in new tabs (taken from
authorMariusz Mazur <mmazur@pld-linux.org>
Sat, 18 Oct 2008 17:57:28 +0000 (17:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  mozilla-firefox.sh)

Changed files:
    mozilla-firefox-bin.sh -> 1.2

mozilla-firefox-bin.sh

index 378a634c2b1bf977b9add5c44b0f6193b7a54006..9e5d321f4c53199ad0068fd95a84c29881cf26eb 100644 (file)
@@ -70,8 +70,8 @@ else
                        else
                                URL="$1"
                        fi
-                       grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null
-                       if [ $? -eq 0 ]; then
+                       grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep false > /dev/null
+                       if [ $? -ne 0 ]; then
                                exec $FIREFOX -new-tab "$URL"
                        else
                                exec $FIREFOX -new-window "$URL"
This page took 0.434696 seconds and 4 git commands to generate.