]> git.pld-linux.org Git - packages/seamonkey.git/commitdiff
- dot-dir is .mozilla/seamonkey
authorJan Rękorajski <baggins@pld-linux.org>
Sun, 3 Jun 2012 11:51:00 +0000 (11:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    seamonkey.sh -> 1.2

seamonkey.sh

index 3eefbbed17a4e66f50f347d946273079f0c4c2cd..65b92d2dcd01146e26b49b8bb5db21f95a912677 100644 (file)
@@ -28,7 +28,7 @@ else
                        else
                                URL="$1"
                        fi
                        else
                                URL="$1"
                        fi
-                       if ! grep -q browser.tabs.opentabfor.middleclick.*false ~/.seamonkey/*/prefs.js; then
+                       if ! grep -q browser.tabs.opentabfor.middleclick.*false ~/.mozilla/seamonkey/*/prefs.js; then
                                exec $SEAMONKEY -new-tab "$URL"
                        else
                                exec $SEAMONKEY -new-window "$URL"
                                exec $SEAMONKEY -new-tab "$URL"
                        else
                                exec $SEAMONKEY -new-window "$URL"
This page took 0.074207 seconds and 4 git commands to generate.