diff options
author | George Hazan <george.hazan@gmail.com> | 2013-08-23 12:23:40 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-08-23 12:23:40 +0000 |
commit | 29a06d2a5a40af028c2767756cb297b01cdc0765 (patch) | |
tree | f44eaaf3404548d2644dbad690f0609789e74aa1 | |
parent | d3f0f130d7c6eab9c723dcb06d64853bcedd7035 (diff) |
send later works again
git-svn-id: http://svn.miranda-ng.org/main/trunk@5792 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/TabSRMM/src/sendlater.cpp | 2 |
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;
|