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

get-skype: new tarball,depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Nov 25 03:41:58 2012 +0000 (2012-11-25)
parents
children
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/thunderbird/stuff/thunderbird.cfg	Sun Nov 25 03:41:58 2012 +0000
     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 +}