mirror of https://github.com/BOINC/boinc.git
- MGR: In the future I need to be more careful when I flatten a
class hierarchy. I broke the ability to get the latest project configuration from account managers. Fix that. clientgui/ WizardAttach.cpp svn path=/trunk/boinc/; revision=22257
This commit is contained in:
parent
074cc1248f
commit
a373ae12db
|
@ -6107,3 +6107,11 @@ Rom 16 Aug 2010
|
|||
/
|
||||
configure.ac
|
||||
version.h
|
||||
|
||||
Rom 17 Aug 2010
|
||||
- MGR: In the future I need to be more careful when I flatten a
|
||||
class hierarchy. I broke the ability to get the latest
|
||||
project configuration from account managers. Fix that.
|
||||
|
||||
clientgui/
|
||||
WizardAttach.cpp
|
||||
|
|
|
@ -398,8 +398,9 @@ bool CWizardAttach::SyncToAccountManager() {
|
|||
pDoc->rpc.acct_mgr_info(ami);
|
||||
|
||||
if (ami.acct_mgr_url.size()) {
|
||||
SetProjectURL( wxString(ami.acct_mgr_url.c_str(), wxConvUTF8) );
|
||||
SetProjectName( wxString(ami.acct_mgr_name.c_str(), wxConvUTF8) );
|
||||
m_AccountManagerInfoPage->SetProjectURL(
|
||||
wxString(ami.acct_mgr_url.c_str(), wxConvUTF8)
|
||||
);
|
||||
m_bCredentialsCached = ami.have_credentials;
|
||||
m_bCookieRequired = ami.cookie_required;
|
||||
m_strCookieFailureURL = wxString(ami.cookie_failure_url.c_str(), wxConvUTF8);
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue