mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=11054
This commit is contained in:
parent
f2805f6a46
commit
681967e989
|
@ -305,7 +305,7 @@ void CAccountManagerPropertiesPage::OnStateChange( CAccountManagerPropertiesPage
|
|||
SetProjectPropertiesSucceeded(false);
|
||||
bSuccessfulCondition =
|
||||
(!iReturnValue) && (ERR_FILE_NOT_FOUND == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_GETHOSTNAME == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_GETHOSTBYNAME == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_XML_PARSE == pc->error_num);
|
||||
if (bSuccessfulCondition || CHECK_DEBUG_FLAG(WIZDEBUG_ERRPROJECTPROPERTIESURL)) {
|
||||
SetProjectPropertiesURLFailure(true);
|
||||
|
|
|
@ -441,7 +441,7 @@ void CProjectPropertiesPage::OnStateChange( CProjectPropertiesPageEvent& WXUNUSE
|
|||
SetProjectPropertiesSucceeded(false);
|
||||
bSuccessfulCondition =
|
||||
(!iReturnValue) && (ERR_FILE_NOT_FOUND == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_GETHOSTNAME == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_GETHOSTBYNAME == pc->error_num) ||
|
||||
(!iReturnValue) && (ERR_XML_PARSE == pc->error_num);
|
||||
if (bSuccessfulCondition || CHECK_DEBUG_FLAG(WIZDEBUG_ERRPROJECTPROPERTIESURL)) {
|
||||
SetProjectPropertiesURLFailure(true);
|
||||
|
|
Loading…
Reference in New Issue