]> git.pld-linux.org Git - packages/mozilla-firefox-bin.git/blobdiff - mozilla-firefox-bin.sh
- fix problem with firefox not openning urls in new tabs (taken from
[packages/mozilla-firefox-bin.git] / 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.162374 seconds and 4 git commands to generate.