mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10907
This commit is contained in:
parent
67bddbea91
commit
ba697287d7
|
@ -8704,7 +8704,7 @@ Walt 11 Aug 2006
|
|||
- Bug fix: remove references to TaskBarIcon for Linux
|
||||
compiles. Should fix the SIGSEGVs that were reported.
|
||||
|
||||
clientcui/
|
||||
clientgui/
|
||||
AdvancedFrame.cpp
|
||||
BOINCGUIApp.h
|
||||
|
||||
|
@ -8779,3 +8779,9 @@ David 14 Aug 2006
|
|||
lib/
|
||||
gui_rpc_client.h
|
||||
gui_rpc_client_ops.C
|
||||
|
||||
Walt 14 Aug 2006
|
||||
- Fix compile errors on Linux
|
||||
|
||||
clientgui/
|
||||
AdvancedFrame.cpp
|
||||
|
|
|
@ -884,10 +884,10 @@ void CAdvancedFrame::OnNetworkSelection(wxCommandEvent& event) {
|
|||
|
||||
wxASSERT(pDoc);
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
wxASSERT(pTaskbar);
|
||||
wxASSERT(wxDynamicCast(pTaskbar, CTaskBarIcon));
|
||||
|
||||
#if defined(__WXMSW__) || defined(__WXMAC__)
|
||||
pTaskbar->ResetSnoozeState();
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue