wok diff thunderbird/stuff/thunderbird.cfg @ rev 13294

sslh: fix bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 27 17:15:42 2012 +0200 (2012-08-27)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird/stuff/thunderbird.cfg	Mon Aug 27 17:15:42 2012 +0200
     1.3 @@ -0,0 +1,8 @@
     1.4 +// SliTaz 2012
     1.5 +//
     1.6 +try {
     1.7 +	pref("network.protocol-handler.app.http", "/usr/bin/midori");
     1.8 +	pref("network.protocol-handler.app.https", "/usr/bin/midori");
     1.9 +} catch(e) {
    1.10 +  displayError("pref", e);
    1.11 +}