зеркало из https://github.com/mozilla/pjs.git
Fix bug 389334. r+sr=biesi
This commit is contained in:
Родитель
a7e5688207
Коммит
a4da64803d
|
@ -461,7 +461,13 @@ nsHelperAppDialog.prototype = {
|
|||
// initAppAndSaveToDiskValues:
|
||||
initAppAndSaveToDiskValues: function() {
|
||||
// Fill in helper app info, if there is any.
|
||||
this.chosenApp = this.mLauncher.MIMEInfo.preferredApplicationHandler;
|
||||
try {
|
||||
this.chosenApp =
|
||||
this.mLauncher.MIMEInfo.preferredApplicationHandler
|
||||
.QueryInterface(Components.interfaces.nsILocalHandlerApp);
|
||||
} catch (e) {
|
||||
this.chosenApp = null;
|
||||
}
|
||||
// Initialize "default application" field.
|
||||
this.initDefaultApp();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче