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

List:       kde-commits
Subject:    branches/KDE/4.2/kdenetwork/kopete/protocols/yahoo/libkyahoo
From:       Matt Rogers <mattr () kde ! org>
Date:       2009-02-20 4:35:59
Message-ID: 1235104559.647472.27079.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 928769 by mattr:

backport the disconnect fix for KDE 4.2.1

 M  +2 -1      client.cpp  


--- branches/KDE/4.2/kdenetwork/kopete/protocols/yahoo/libkyahoo/client.cpp #928768:928769
@@ -275,7 +275,8 @@
 			changeStatus( d->statusOnConnect, d->statusMessageOnConnect, Yahoo::StatusTypeAway );
 		d->statusMessageOnConnect.clear();
 		setStatus( d->statusOnConnect );
-		m_pingTimer->start( 60 * 1000 );
+		/* only send a ping every hour. we get disconnected otherwise */
+		m_pingTimer->start( 60 * 60 * 1000 );
 		initTasks();
 	} else {
 		d->active = false;
[prev in list] [next in list] [prev in thread] [next in thread] 

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