mirror of https://github.com/BOINC/boinc.git
- Manager compile fix
svn path=/trunk/boinc/; revision=14235
This commit is contained in:
parent
4f3b85803c
commit
d0256a3802
|
@ -11173,3 +11173,9 @@ David 16 Nov 2007
|
|||
team_forum.php
|
||||
team_display.php
|
||||
team_email_list.php
|
||||
|
||||
David 16 Nov 2007
|
||||
- manager: compile fix
|
||||
|
||||
clientgui/
|
||||
BOINCTaskBar.cpp
|
||||
|
|
|
@ -310,10 +310,7 @@ void CTaskBarIcon::OnMouseMove(wxTaskBarIconEvent& WXUNUSED(event)) {
|
|||
CC_STATUS status;
|
||||
|
||||
wxASSERT(pDoc);
|
||||
wxASSERT(pSkinAdvanced);
|
||||
wxASSERT(wxDynamicCast(pDoc, CMainDocument));
|
||||
wxASSERT(wxDynamicCast(pSkinAdvanced, CSkinAdvanced));
|
||||
|
||||
|
||||
if (pDoc->IsConnected()) {
|
||||
iconIcon = m_iconTaskBarNormal;
|
||||
|
|
Loading…
Reference in New Issue