зеркало из https://github.com/mozilla/gecko-dev.git
Need to add the argument to gRDFMWContext() in one more place
This commit is contained in:
Родитель
af9e04cf14
Коммит
7e5b5312e5
|
@ -456,7 +456,7 @@ AtalkAssert (RDFT rdf, RDF_Resource u, RDF_Resource s, void *v, RDF_ValueType ty
|
|||
sprintf(msg, "\'%s\':", server);
|
||||
}
|
||||
}
|
||||
response = FE_PromptUsernameAndPassword(((MWContext *)gRDFMWContext()),
|
||||
response = FE_PromptUsernameAndPassword(((MWContext *)gRDFMWContext(NULL)),
|
||||
(msg) ? msg : server, &user, &password);
|
||||
/* hmmm... don't free 'msg' as FE_PromptUsernameAndPassword does ??? */
|
||||
if (response == false)
|
||||
|
|
Загрузка…
Ссылка в новой задаче