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

List:       kde-commits
Subject:    KDE/kdepim/kmail
From:       Thomas McGuire <mcguire () kde ! org>
Date:       2009-12-31 19:33:25
Message-ID: 1262288005.465098.17915.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 1068301 by tmcguire:

Follow kdepimlibs API changes.

 M  +2 -2      kmcomposewin.cpp  
 M  +2 -2      kmsender.cpp  


--- trunk/KDE/kdepim/kmail/kmcomposewin.cpp #1068300:1068301
@@ -3725,7 +3725,7 @@
 //----------------------------------------------------------------------------
 void KMComposeWin::slotSendLater()
 {
-  if ( !TransportManager::self()->promptCreateTransportIfNoneExists( this ) )
+  if ( !TransportManager::self()->showTransportCreationDialog( this, TransportManager::IfNoTransportExists ) )
     return;
   if ( !checkRecipientNumber() )
       return;
@@ -3778,7 +3778,7 @@
   if ( !mEditor->checkExternalEditorFinished() ) {
     return;
   }
-  if ( !TransportManager::self()->promptCreateTransportIfNoneExists( this ) )
+  if ( !TransportManager::self()->showTransportCreationDialog( this, TransportManager::IfNoTransportExists ) )
     return;
   if ( !checkRecipientNumber() )
     return;
--- trunk/KDE/kdepim/kmail/kmsender.cpp #1068300:1068301
@@ -138,7 +138,7 @@
     return false;
   }
 
-  if ( !TransportManager::self()->promptCreateTransportIfNoneExists( 0 ) ) {
+  if ( !TransportManager::self()->showTransportCreationDialog( 0, TransportManager::IfNoTransportExists ) ) {
     return false;
   }
 
@@ -207,7 +207,7 @@
 //-----------------------------------------------------------------------------
 bool KMSender::doSendQueued( const QString &customTransport )
 {
-  if ( !TransportManager::self()->promptCreateTransportIfNoneExists( 0 ) ) {
+  if ( !TransportManager::self()->showTransportCreationDialog( 0, TransportManager::IfNoTransportExists ) ) {
     return false;
   }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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