зеркало из https://github.com/mozilla/pjs.git
temporary change to unblock karnaze
This commit is contained in:
Родитель
485272b528
Коммит
4da16cb4d5
|
@ -2198,10 +2198,14 @@ wallet_ClearStopwatch();
|
||||||
PUBLIC void
|
PUBLIC void
|
||||||
WLLT_OKToCapture(PRBool * result, PRInt32 count, char* URLName) {
|
WLLT_OKToCapture(PRBool * result, PRInt32 count, char* URLName) {
|
||||||
char * message = Wallet_Localize("WantToCaptureForm?");
|
char * message = Wallet_Localize("WantToCaptureForm?");
|
||||||
nsFileURL u = nsFileURL(Wallet_ProfileDirectory(WALLET_EDITOR_NAME));
|
/* temporary change */
|
||||||
*result =
|
*result =
|
||||||
(PL_strcmp(URLName, (char *)u.GetURLString())) && wallet_GetFormsCapturingPref() &&
|
wallet_GetFormsCapturingPref() && (count>=3) && FE_Confirm(message);
|
||||||
(count>=3) && FE_Confirm(message);
|
// nsFileURL u = nsFileURL(Wallet_ProfileDirectory(WALLET_EDITOR_NAME));
|
||||||
|
// *result =
|
||||||
|
// (PL_strcmp(URLName, (char *)u.GetURLString())) && wallet_GetFormsCapturingPref() &&
|
||||||
|
// (count>=3) && FE_Confirm(message);
|
||||||
|
/* end of temporary */
|
||||||
PR_FREEIF(message);
|
PR_FREEIF(message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче