Fix profile to recognize commpage image.
This commit is contained in:
parent
052e89004c
commit
74ec65d843
@ -467,7 +467,9 @@ private:
|
||||
|
||||
error = sharedImage->Init(name.String());
|
||||
}
|
||||
} else
|
||||
} else if (strcmp(imageInfo.name, "commpage") == 0)
|
||||
error = sharedImage->Init(teamID, imageInfo.id);
|
||||
else
|
||||
error = sharedImage->Init(imageInfo.name);
|
||||
if (error != B_OK)
|
||||
return error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user