- MGR: Enable task bar icon on Linux. (bug fixes)

clientgui/
        AsyncRPC.cpp
        BOINCBaseFrame.cpp
        BOINCGUIApp.cpp

svn path=/trunk/boinc/; revision=20444
This commit is contained in:
Rom Walton 2010-02-05 20:11:51 +00:00
parent bc053417a0
commit bed5b48159
2 changed files with 1 additions and 2 deletions

View File

@ -937,5 +937,6 @@ Rom 5 Feb 2010
- MGR: Enable task bar icon on Linux.
clientgui/
AsyncRPC.cpp
BOINCBaseFrame.cpp
BOINCGUIApp.cpp

View File

@ -1129,7 +1129,6 @@ void CMainDocument::HandleCompletedRPC() {
}
}
#if defined(__WXMSW__) || defined(__WXMAC__)
if (m_bNeedTaskBarRefresh && !m_bWaitingForRPC) {
m_bNeedTaskBarRefresh = false;
CTaskBarIcon* pTaskbar = wxGetApp().GetTaskBarIcon();
@ -1139,7 +1138,6 @@ void CMainDocument::HandleCompletedRPC() {
pTaskbar->ProcessEvent(event);
}
}
#endif
if (current_rpc_request.rpcType == RPC_TYPE_ASYNC_WITH_REFRESH_EVENT_LOG_AFTER) {
CDlgEventLog* eventLog = wxGetApp().GetEventLog();