зеркало из https://github.com/mozilla/pjs.git
Fixed build bustage.
This commit is contained in:
Родитель
66a55f3f2c
Коммит
2c592051e1
|
@ -618,7 +618,7 @@ nsComposeAppCore::NewMessage(nsAutoString& aUrl,
|
||||||
{
|
{
|
||||||
nsXPIDLCString uri;
|
nsXPIDLCString uri;
|
||||||
rdfResource->GetValue( getter_Copies(uri) );
|
rdfResource->GetValue( getter_Copies(uri) );
|
||||||
nsString messageUri = uri;
|
nsString messageUri(uri);
|
||||||
}
|
}
|
||||||
if (messageType == 2)
|
if (messageType == 2)
|
||||||
HackToGetBody(0);
|
HackToGetBody(0);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче