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

List:       kde-commits
Subject:    branches/KDE/4.6/kdebase/workspace/plasma/generic/dataengines/dict
From:       Marco Martin <notmart () gmail ! com>
Date:       2011-01-05 20:35:06
Message-ID: 20110105203506.7FA873E1F1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1212120 by mart:

backport management for error 550


 M  +1 -1      dictengine.cpp  


--- branches/KDE/4.6/kdebase/workspace/plasma/generic/dataengines/dict/dictengine.cpp #1212119:1212120
@@ -112,7 +112,7 @@
     m_tcpSocket->write(QByteArray("\"\n"));
     m_tcpSocket->flush();
 
-    while (!ret.contains("250") && !ret.contains("552")) {
+    while (!ret.contains("250") && !ret.contains("552") && !ret.contains("550")) {
         m_tcpSocket->waitForReadyRead();
         ret += m_tcpSocket->readAll();
     }
[prev in list] [next in list] [prev in thread] [next in thread] 

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