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

List:       kde-commits
Subject:    KDE/kdenetwork/kopete/libkopete
From:       Pali Rohár <pali.rohar () gmail ! com>
Date:       2012-03-14 18:00:31
Message-ID: 20120314180031.21EABAC898 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1285565 by pali:

Fix commit 1283434

Do not try to reconnect Kopete accounts marked as excluded from global connections
Before this commit Kopete tried to connect also disconnected accounts marked as excluded


 M  +1 -1      kopeteaccount.cpp  


--- trunk/KDE/kdenetwork/kopete/libkopete/kopeteaccount.cpp #1285564:1285565
@@ -149,7 +149,7 @@
 {
 	switch(status) {
 	case Solid::Networking::Connected:
-		if (d->reconnectOnNetworkIsOnline) {
+		if (d->reconnectOnNetworkIsOnline && ! excludeConnect()) {
 			reconnect();
 		}
 		break;
[prev in list] [next in list] [prev in thread] [next in thread] 

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