-rw-r--r-- | bin/kdepim/WhatsNew.txt | 4 | ||||
-rw-r--r-- | kmicromail/libmailwrapper/imapwrapper.cpp | 2 |
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. +Added missing German translation. + +Fixed icons of executeable on Wintendo. + 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 ) { + qApp->processEvents(); + return; //qDebug("imap progress %d of %d ",current,maximum ); |