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

libglw-mesa: 8.0.0
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Jan 05 12:52:49 2013 +0100 (2013-01-05)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird/stuff/thunderbird.cfg	Sat Jan 05 12:52:49 2013 +0100
     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 +}