Mgr: Bug fix

svn path=/trunk/boinc/; revision=24538
This commit is contained in:
Charlie Fenton 2011-11-07 10:57:06 +00:00
parent 98ba6807ab
commit b0f667561e
2 changed files with 8 additions and 1 deletions

View File

@ -8181,3 +8181,9 @@ David 6 Nov 2011
client/
client_types.cpp
rr_sim.cpp
Charlie 7 Nov 2011
- Mgr: Bug fix.
clientgui/
BOINCGUIApp.cpp

View File

@ -1227,13 +1227,14 @@ int CBOINCGUIApp::FilterEvent(wxEvent &event) {
if (!m_pDocument) return -1;
theEventType = event.GetEventType();
if (m_pDocument->WaitingForRPC()) {
// If in RPC Please Wait dialog, reject all command
// and timer events except:
// - RPC Finished
// - those for that dialog or its children
// - Open Manager menu item from system tray icon
theEventType = event.GetEventType();
if ((theEventType == wxEVT_COMMAND_MENU_SELECTED) && (event.GetId() == wxID_OPEN)) {
return -1;