mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 23:22:26 +01:00
expand environment variables when setting 'cdpath' and 'shell'
This commit is contained in:
@@ -376,6 +376,8 @@ liberator.config = { //{{{
|
||||
|
||||
ioService.offline = !value;
|
||||
gPrefService.setBoolPref("browser.offline", ioService.offline);
|
||||
|
||||
return value;
|
||||
},
|
||||
|
||||
getter: function ()
|
||||
@@ -404,6 +406,8 @@ liberator.config = { //{{{
|
||||
{
|
||||
liberator.log("Couldn't set titlestring", 3);
|
||||
}
|
||||
|
||||
return value;
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user