summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-12-04 22:11:00 (UTC)
committer zautrix <zautrix>2004-12-04 22:11:00 (UTC)
commitac994c86c3037dbe2273e62c46115b942b09fdcc (patch) (unidiff)
tree5c33da571f716ff91f300cf26ebf619d43a03fdc
parent9c7f3267a1d7db2dbc3bd6384e75cf8ffea1c3df (diff)
downloadkdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.zip
kdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.tar.gz
kdepimpi-ac994c86c3037dbe2273e62c46115b942b09fdcc.tar.bz2
ompi fix
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--bin/kdepim/WhatsNew.txt4
-rw-r--r--kmicromail/libmailwrapper/imapwrapper.cpp2
2 files changed, 6 insertions, 0 deletions
diff --git a/bin/kdepim/WhatsNew.txt b/bin/kdepim/WhatsNew.txt
index 4fff7e1..6be5222 100644
--- a/bin/kdepim/WhatsNew.txt
+++ b/bin/kdepim/WhatsNew.txt
@@ -29,2 +29,6 @@ the current month with first day of month in the first row.
29 29
30Added missing German translation.
31
32Fixed icons of executeable on Wintendo.
33
30 34
diff --git a/kmicromail/libmailwrapper/imapwrapper.cpp b/kmicromail/libmailwrapper/imapwrapper.cpp
index da7065f..b890725 100644
--- a/kmicromail/libmailwrapper/imapwrapper.cpp
+++ b/kmicromail/libmailwrapper/imapwrapper.cpp
@@ -49,2 +49,4 @@ void IMAPwrapper::imap_progress( size_t current, size_t maximum )
49{ 49{
50 qApp->processEvents();
51 return;
50 //qDebug("imap progress %d of %d ",current,maximum ); 52 //qDebug("imap progress %d of %d ",current,maximum );