diff libpurple/protocols/gg/gg.c @ 26992:a9f5afce8f39

gadu-gadu: There's no need to set all buddies to offline at logout Other protocols (well, XMPP and OSCAR) don't do this sort of thing and the buddies are removed from the buddy list in _purple_connection_destroy.
author Paul Aurich <paul@darkrain42.org>
date Mon, 01 Jun 2009 02:28:39 +0000
parents e23a74d7c97c
children c3fcdd59ab76
line wrap: on
line diff
--- a/libpurple/protocols/gg/gg.c	Sun May 31 20:46:42 2009 +0000
+++ b/libpurple/protocols/gg/gg.c	Mon Jun 01 02:28:39 2009 +0000
@@ -1837,8 +1837,6 @@
 	if (gc->inpa > 0)
 		purple_input_remove(gc->inpa);
 
-	ggp_buddylist_offline(gc);
-
 	purple_debug_info("gg", "Connection closed.\n");
 }