*** empty log message ***

svn path=/trunk/boinc/; revision=10907
This commit is contained in:
Walt Gribben 2006-08-14 17:39:54 +00:00
parent 67bddbea91
commit ba697287d7
2 changed files with 8 additions and 2 deletions

View File

@ -8704,7 +8704,7 @@ Walt 11 Aug 2006
- Bug fix: remove references to TaskBarIcon for Linux - Bug fix: remove references to TaskBarIcon for Linux
compiles. Should fix the SIGSEGVs that were reported. compiles. Should fix the SIGSEGVs that were reported.
clientcui/ clientgui/
AdvancedFrame.cpp AdvancedFrame.cpp
BOINCGUIApp.h BOINCGUIApp.h
@ -8779,3 +8779,9 @@ David 14 Aug 2006
lib/ lib/
gui_rpc_client.h gui_rpc_client.h
gui_rpc_client_ops.C gui_rpc_client_ops.C
Walt 14 Aug 2006
- Fix compile errors on Linux
clientgui/
AdvancedFrame.cpp

View File

@ -884,10 +884,10 @@ void CAdvancedFrame::OnNetworkSelection(wxCommandEvent& event) {
wxASSERT(pDoc); wxASSERT(pDoc);
wxASSERT(wxDynamicCast(pDoc, CMainDocument)); wxASSERT(wxDynamicCast(pDoc, CMainDocument));
#if defined(__WXMSW__) || defined(__WXMAC__)
wxASSERT(pTaskbar); wxASSERT(pTaskbar);
wxASSERT(wxDynamicCast(pTaskbar, CTaskBarIcon)); wxASSERT(wxDynamicCast(pTaskbar, CTaskBarIcon));
#if defined(__WXMSW__) || defined(__WXMAC__)
pTaskbar->ResetSnoozeState(); pTaskbar->ResetSnoozeState();
#endif #endif