[Konversation-devel] [Bug 105431] Konversation never reconnects when the connection is lost

ismail cartman donmez ismail at kde.org.tr
Sat May 14 13:14:10 CEST 2005


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=105431         
ismail kde org tr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED



------- Additional Comments From ismail kde org tr  2005-05-14 13:14 -------
SVN commit 413693 by cartman:

Wait 2 minutes if our reconnections attempts fail and retry then
BUG:105431


 M  +3 -0      trunk/extragear/network/konversation/src/server.cpp  


--- trunk/extragear/network/konversation/src/server.cpp #413692:413693
 @ -625,6 +625,9  @
                 
                 connectToIRCServer();
             } else {
+                error = i18n("Waiting for 2 minutes before another reconnection attempt...");
+                statusView->appendServerMessage(i18n("Info"),error);
+                QTimer::singleShot(2*60*1000,this,SLOT(connectToIRCServer()));
             }
         }
         else {


More information about the Konversation-devel mailing list