summaryrefslogtreecommitdiff
path: root/plugins/TabSRMM
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r--plugins/TabSRMM/src/sendlater.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/sendlater.cpp b/plugins/TabSRMM/src/sendlater.cpp
index 25f408a594..5e414b6123 100644
--- a/plugins/TabSRMM/src/sendlater.cpp
+++ b/plugins/TabSRMM/src/sendlater.cpp
@@ -243,7 +243,7 @@ bool CSendLater::processCurrentJob()
}
else m_currJob++;
}
- else m_currJob++;
+ else sendIt(m_sendLaterJobList[m_currJob++]);
if (m_currJob >= m_sendLaterJobList.getCount()) {
m_currJob = -1;