Changeset - 46cc37619d68
[Not reviewed]
0 1 0
drJeckyll - 11 years ago 2014-09-02 18:37:57
drJeckyll@users.noreply.github.com
Update skype.cpp
1 file changed with 0 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/skype/skype.cpp
Show inline comments
 
@@ -289,13 +289,12 @@ bool Skype::loadSkypeBuddies() {
 
		}
 
		g_strfreev(full_friends_list);
 
	}
 

	
 
	send_command("SET AUTOAWAY OFF");
 
	send_command("SET USERSTATUS ONLINE");
 

	
 
	return FALSE;
 
}
 

	
 
void Skype::logout() {
 
	if (m_pid != 0) {
 
		if (m_proxy) {
0 comments (0 inline, 0 general)