]> git.pld-linux.org Git - packages/firefox.git/commitdiff
- use -new-tab or -new-window when passing an URL to binary
authorAdam Gołębiowski <adamg@pld-linux.org>
Sun, 12 Mar 2006 15:44:33 +0000 (15:44 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mozilla-firefox.sh -> 1.14

mozilla-firefox.sh

index ac9e4b0b75f8377e4ce87b63ec560c6e78b391e6..2221afd0b84d2bc5c3e69d53cb4cdfca515a8110 100644 (file)
@@ -72,9 +72,9 @@ else
                        fi
                        grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null
                        if [ 0 -eq 0 ]; then
                        fi
                        grep browser.tabs.opentabfor.middleclick ~/.mozilla/firefox/*/prefs.js | grep true > /dev/null
                        if [ 0 -eq 0 ]; then
-                               exec $FIREFOX -remote "OpenUrl($URL,new-tab)"
+                               exec $FIREFOX -new-tab "$URL"
                        else
                        else
-                               exec $FIREFOX -remote "OpenUrl($URL,new-window)"
+                               exec $FIREFOX -new-window "$URL"
                        fi
                fi
        fi
                        fi
                fi
        fi
This page took 0.029139 seconds and 4 git commands to generate.