зеркало из https://github.com/mozilla/gecko-dev.git
fix mac bustage
This commit is contained in:
Родитель
907bba9654
Коммит
5b9d478efe
|
@ -759,7 +759,7 @@ si_OkToSave(MWContext *context, char *URLName, char *userName) {
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
if (!FE_Confirm(context, XP_GetString(MK_SIGNON_NAG),)) {
|
||||
if (!FE_Confirm(context, XP_GetString(MK_SIGNON_NAG))) {
|
||||
si_PutReject(strippedURLName, userName, TRUE);
|
||||
XP_FREE(strippedURLName);
|
||||
return FALSE;
|
||||
|
|
Загрузка…
Ссылка в новой задаче