- 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:
Rom Walton 2010-08-17 18:39:33 +00:00
parent 074cc1248f
commit a373ae12db
4 changed files with 11 additions and 2 deletions

View File

@ -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

View File

@ -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.