From 4202896f511aaa96caaa4624c3fb8eb509076984 Mon Sep 17 00:00:00 2001 From: Rom Walton Date: Tue, 7 Mar 2006 23:43:30 +0000 Subject: [PATCH] *** empty log message *** svn path=/trunk/boinc/; revision=9620 --- checkin_notes | 7 +++++++ clientgui/AccountInfoPage.cpp | 2 ++ 2 files changed, 9 insertions(+) diff --git a/checkin_notes b/checkin_notes index d0d5b2e06b..ca4edae013 100755 --- a/checkin_notes +++ b/checkin_notes @@ -2694,3 +2694,10 @@ Rom 7 Mar 2006 client/ acct_mgr.C + +Rom 7 Mar 2006 + - Bug Fix: Choose a password nit for account managers. + + clientgui/ + AccountInfoPage.cpp + diff --git a/clientgui/AccountInfoPage.cpp b/clientgui/AccountInfoPage.cpp index f8401dc777..070754146c 100644 --- a/clientgui/AccountInfoPage.cpp +++ b/clientgui/AccountInfoPage.cpp @@ -297,7 +297,9 @@ void CAccountInfoPage::OnPageChanged( wxWizardExEvent& event ) { } } else { m_pAccountQuestionStaticCtrl->Hide(); + m_pAccountCreateCtrl->SetValue(FALSE); m_pAccountCreateCtrl->Hide(); + m_pAccountUseExistingCtrl->SetValue(TRUE); m_pAccountUseExistingCtrl->Hide(); m_pAccountPasswordRequirmentsStaticCtrl->Hide();