SPECS: iceape.spec - fixed opentabfor.middleclick logic (note reversed chec...

qboosh qboosh at pld-linux.org
Sat Apr 11 09:01:51 CEST 2009


Author: qboosh                       Date: Sat Apr 11 07:01:51 2009 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- fixed opentabfor.middleclick logic (note reversed check wrt firefox/iceweasel)

---- Files affected:
SPECS:
   iceape.spec (1.21 -> 1.22) 

---- Diffs:

================================================================
Index: SPECS/iceape.spec
diff -u SPECS/iceape.spec:1.21 SPECS/iceape.spec:1.22
--- SPECS/iceape.spec:1.21	Wed Mar 25 01:13:12 2009
+++ SPECS/iceape.spec	Sat Apr 11 09:01:45 2009
@@ -372,7 +372,7 @@
 else
 	URL="$1"
 fi
-if ! grep -q -E 'browser.tabs.opentabfor.middleclick.*true' \
+if grep -q -E 'browser.tabs.opentabfor.middleclick.*true' \
 		~/.mozilla/default/*/prefs.js; then
 	exec $ICEAPE -remote "OpenUrl($URL,new-tab)"
 				else
@@ -774,6 +774,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.22  2009/04/11 07:01:45  qboosh
+- fixed opentabfor.middleclick logic (note reversed check wrt firefox/iceweasel)
+
 Revision 1.21  2009/03/25 00:13:12  hawk
 - fixed broken branding patch, release 2
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/iceape.spec?r1=1.21&r2=1.22&f=u



More information about the pld-cvs-commit mailing list