comparison 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
comparison
equal deleted inserted replaced
26991:85a4c248f751 26992:a9f5afce8f39
1834 gc->proto_data = NULL; 1834 gc->proto_data = NULL;
1835 } 1835 }
1836 1836
1837 if (gc->inpa > 0) 1837 if (gc->inpa > 0)
1838 purple_input_remove(gc->inpa); 1838 purple_input_remove(gc->inpa);
1839
1840 ggp_buddylist_offline(gc);
1841 1839
1842 purple_debug_info("gg", "Connection closed.\n"); 1840 purple_debug_info("gg", "Connection closed.\n");
1843 } 1841 }
1844 1842
1845 static int ggp_send_im(PurpleConnection *gc, const char *who, const char *msg, 1843 static int ggp_send_im(PurpleConnection *gc, const char *who, const char *msg,