[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepim/runtime/agents/maildispatcher
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2009-12-31 18:18:57
Message-ID: 1262283537.375938.11338.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1068279 by tmcguire:

Follow kdepimlibs API changes

 M  +2 -2      outboxqueue.cpp  


--- trunk/KDE/kdepim/runtime/agents/maildispatcher/outboxqueue.cpp #1068278:1068279
@@ -178,10 +178,10 @@
   */
 
   if( mA->dispatchMode() == DispatchModeAttribute::Automatic &&
-      mA->dueDate().isValid() && mA->dueDate() > QDateTime::currentDateTime() ) {
+      mA->sendAfter().isValid() && mA->sendAfter() > QDateTime::currentDateTime() ) {
     // All the above was OK, so accept it for the future.
     kDebug() << "Item" << item.id() << "is accepted to be sent in the future.";
-    futureMap.insert( mA->dueDate(), item );
+    futureMap.insert( mA->sendAfter(), item );
     Q_ASSERT( !futureItems.contains( item ) );
     futureItems.insert( item );
     checkFuture();
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic