Changeset - 757ef11f77a4
[Not reviewed]
0 1 0
HanzZ - 12 years ago 2013-03-08 14:07:50
hanzz.k@gmail.com
Libtransport: fix removeBuddy with remote roster
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/rostermanager.cpp
Show inline comments
 
@@ -109,7 +109,7 @@ void RosterManager::removeBuddy(const std::string &name) {
 
		return;
 
	}
 

	
 
	if (m_component->inServerMode() || m_remoteRosterRequest) {
 
	if (m_component->inServerMode() || m_supportRemoteRoster) {
 
		sendBuddyRosterRemove(buddy);
 
	}
 
	else {
0 comments (0 inline, 0 general)