Lines 1353-1359
var gApplicationsPane = {
Link Here
|
1353 |
_isValidHandlerExecutable: function(aExecutable) { |
1353 |
_isValidHandlerExecutable: function(aExecutable) { |
1354 |
return aExecutable && |
1354 |
return aExecutable && |
1355 |
aExecutable.exists() && |
1355 |
aExecutable.exists() && |
1356 |
aExecutable.isExecutable() && |
1356 |
aExecutable.isFile() && |
1357 |
// XXXben - we need to compare this with the running instance executable |
1357 |
// XXXben - we need to compare this with the running instance executable |
1358 |
// just don't know how to do that via script... |
1358 |
// just don't know how to do that via script... |
1359 |
// XXXmano TBD: can probably add this to nsIShellService |
1359 |
// XXXmano TBD: can probably add this to nsIShellService |