diff options
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/TabSRMM/src/generic_msghandlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/generic_msghandlers.cpp b/plugins/TabSRMM/src/generic_msghandlers.cpp index c0e59221a8..a856dbfcad 100644 --- a/plugins/TabSRMM/src/generic_msghandlers.cpp +++ b/plugins/TabSRMM/src/generic_msghandlers.cpp @@ -1306,7 +1306,7 @@ void CMsgDialog::DM_ErrorDetected(int type, int flag) sendQueue->clearJob(m_iCurrentQueueError); m_iCurrentQueueError = -1; sendQueue->showErrorControls(this, FALSE); - if (type != MSGERROR_CANCEL || (type == MSGERROR_CANCEL && flag == 0)) + if (type != MSGERROR_CANCEL || flag == 0) m_message.SetText(L""); sendQueue->checkQueue(this); int iNextFailed = sendQueue->findNextFailed(this); |