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

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

SVN commit 1285566 by pali:

Backport r1285565 to the 4.8 branch:

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  


--- branches/KDE/4.8/kdenetwork/kopete/libkopete/kopeteaccount.cpp #1285565:1285566
@@ -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