projects
/
packages
/
firefox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f695f1
)
- use -new-tab or -new-window when passing an URL to binary
author
Adam Gołębiowski
<adamg@pld-linux.org>
Sun, 12 Mar 2006 15:44:33 +0000
(15:44 +0000)
committer
cvs2git
<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
patch
|
blob
|
blame
|
history
diff --git
a/mozilla-firefox.sh
b/mozilla-firefox.sh
index ac9e4b0b75f8377e4ce87b63ec560c6e78b391e6..2221afd0b84d2bc5c3e69d53cb4cdfca515a8110 100644
(file)
--- a/
mozilla-firefox.sh
+++ b/
mozilla-firefox.sh
@@
-72,9
+72,9
@@
else
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
- exec $FIREFOX -
remote "OpenUrl($URL,new-window)
"
+ exec $FIREFOX -
new-window "$URL
"
fi
fi
fi
This page took
0.062076 seconds
and
4
git commands to generate.