Bug 903533 - Fix webapps directory creation on Linux. r=felipe

This commit is contained in:
Marco Castelluccio 2013-08-12 20:53:24 -03:00
parent a5406a2ed5
commit aa4e9ba2ca

View File

@ -827,7 +827,7 @@ LinuxNativeApp.prototype = {
.getService(Ci.nsIToolkitProfileService);
try {
this.appProfile = profSvc.createDefaultProfileForApp(this.installDir.leafName,
this.appProfile = profSvc.createDefaultProfileForApp(this.uniqueName,
null, null);
} catch (ex if ex.result == Cr.NS_ERROR_ALREADY_INITIALIZED) {}
},