From ac994c86c3037dbe2273e62c46115b942b09fdcc Mon Sep 17 00:00:00 2001 From: zautrix Date: Sat, 04 Dec 2004 22:11:00 +0000 Subject: ompi fix --- 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 @@ -27,6 +27,10 @@ not the current date + some days. I.e. "Go to Today" shows now always the current month with first day of month in the first row. +Added missing German translation. + +Fixed icons of executeable on Wintendo. + ********** VERSION 1.9.13 ************ 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 @@ -47,6 +47,8 @@ int IMAPwrapper::selectMbox(const QString&mbox) void IMAPwrapper::imap_progress( size_t current, size_t maximum ) { + qApp->processEvents(); + return; //qDebug("imap progress %d of %d ",current,maximum ); //Global::statusMessage(i18n("Downloading message %1 of %2").arg( current).arg(maximum)); //qApp->processEvents() -- cgit v0.9.0.2