changeset 7969:69c511278aef

[gaim-migrate @ 8646] elementary, my dear simguy committer: Tailor Script <tailor@pidgin.im>
author Nathan Walp <nwalp@pidgin.im>
date Thu, 01 Jan 2004 17:49:53 +0000
parents 64e94b6823c3
children a6eb0e250417
files src/blist.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/src/blist.c	Thu Jan 01 06:38:55 2004 +0000
+++ b/src/blist.c	Thu Jan 01 17:49:53 2004 +0000
@@ -1438,11 +1438,6 @@
 							((GaimContact*)cnode)->currentsize++;
 							if(((GaimContact*)cnode)->currentsize == 1)
 								((GaimGroup*)gnode)->currentsize++;
-							if(GAIM_BUDDY_IS_ONLINE((GaimBuddy*)bnode)) {
-								((GaimContact*)cnode)->online++;
-								if(((GaimContact*)cnode)->online == 1)
-									((GaimGroup*)gnode)->online++;
-							}
 							ops->update(gaimbuddylist, bnode);
 						}
 					}