diff src/blist.c @ 11434:f191b5bc199b

[gaim-migrate @ 13671] Patch from Kevin Stange to fix the open and close doors on log in and out committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sat, 03 Sep 2005 15:01:56 +0000
parents 17142948653e
children 201617d49573
line wrap: on
line diff
--- a/src/blist.c	Sat Sep 03 14:07:47 2005 +0000
+++ b/src/blist.c	Sat Sep 03 15:01:56 2005 +0000
@@ -762,6 +762,7 @@
 		!gaim_status_is_online(old_status)) {
 		int old_present = buddy->present;
 
+		buddy->present = GAIM_BUDDY_SIGNING_ON;
 		gaim_signal_emit(gaim_blist_get_handle(), "buddy-signed-on", buddy);
 		if (old_present != GAIM_BUDDY_SIGNING_OFF) {
 			((GaimContact*)((GaimBlistNode*)buddy)->parent)->online++;