- MGR: Don't hide the main window after attaching to an account manager

if we don't support the system tray on that platform. refs 
        
    clientgui/
        AdvancedFrame.cpp

svn path=/trunk/boinc/; revision=17545
This commit is contained in:
Rom Walton 2009-03-06 23:03:47 +00:00
parent c22b62f25b
commit 2152c5b19d
2 changed files with 10 additions and 0 deletions

View File

@ -2850,3 +2850,10 @@ David 6 Mar 2009
sched_array.cpp
sched_send.cpp
server_types.cpp
Rom 6 Mar 2009
- MGR: Don't hide the main window after attaching to an account manager
if we don't support the system tray on that platform. refs #844
clientgui/
AdvancedFrame.cpp

View File

@ -1787,8 +1787,11 @@ void CAdvancedFrame::OnConnect(CFrameEvent& WXUNUSED(event)) {
pAMWizard = new CWizardAccountManager(this);
if (pAMWizard->Run()) {
#if defined(__WXMSW__) || defined(__WXMAC__)
// If successful, hide the main window
Hide();
#endif
// %s is the application name
// i.e. 'BOINC Manager', 'GridRepublic Manager'