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 4a9efb3a3b
commit 3561f52d9a

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) {}
},