Bug 761496. Cannot launch multiple native webapps on Linux. r=felipe

This commit is contained in:
Marco Castelluccio 2012-06-06 19:14:43 -03:00
parent 1d25ffdc80
commit 8308275278

View File

@ -167,6 +167,7 @@ bool GRELoadAndLaunch(const char* firefoxDir, const char* profile)
}
SetAllocatedString(webShellAppData->profile, profile);
SetAllocatedString(webShellAppData->name, profile);
nsCOMPtr<nsIFile> directory;
if (NS_FAILED(XRE_GetFileFromPath(rtPath, getter_AddRefs(directory)))) {