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

List:       kde-commits
Subject:    kdebase/kioslave/smtp
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2003-04-28 17:02:13
[Download RAW message or body]

CVS commit by mutz: 

Fix omitted error() (and corresponding neverending progress) in case of rejected recipients.


  M +2 -2      transactionstate.cc   1.4


--- kdebase/kioslave/smtp/transactionstate.cc  #1.3:1.4
@@ -72,5 +72,5 @@ namespace KioSMTP {
     if ( !failed() )
       return 0;
-    if ( failedFatally() )
+    if ( mErrorCode )
       return mErrorCode;
     if ( haveRejectedRecipients() || !dataCommandSucceeded() )
@@ -84,5 +84,5 @@ namespace KioSMTP {
       return QString::null;
 
-    if ( failedFatally() )
+    if ( !mErrorMessage.isEmpty() )
       return mErrorMessage;
 


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

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