Author: glen Date: Tue Feb 6 21:55:39 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- patch by jezik
---- Files affected:
SOURCES:
mozilla-firefox.sh (1.15 -> 1.16)
---- Diffs:
================================================================
Index: SOURCES/mozilla-firefox.sh
diff -u SOURCES/mozilla-firefox.sh:1.15 SOURCES/mozilla-firefox.sh:1.16
--- SOURCES/mozilla-firefox.sh:1.15 Sun Nov 12 15:49:22 2006
+++ SOURCES/mozilla-firefox.sh Tue Feb 6 22:55:34 2007
@@ -70,8 +70,8 @@
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"
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SOURCES/mozilla-firefox.sh?r1=1.15&r2=1.16&f=u
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit