mirror of https://github.com/BOINC/boinc.git
- 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:
parent
bc053417a0
commit
bed5b48159
|
@ -937,5 +937,6 @@ Rom 5 Feb 2010
|
|||
- MGR: Enable task bar icon on Linux.
|
||||
|
||||
clientgui/
|
||||
AsyncRPC.cpp
|
||||
BOINCBaseFrame.cpp
|
||||
BOINCGUIApp.cpp
|
||||
|
|
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue