wok-6.x diff thunderbird/stuff/thunderbird.cfg @ rev 14030
Up phpvirtualbox (4.0-7)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 18 10:21:58 2013 +0100 (2013-02-18) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/thunderbird/stuff/thunderbird.cfg Mon Feb 18 10:21:58 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 +}