changeset 9113:ed084150a8ef

[gaim-migrate @ 9890] Emit the buddy-idle-updated signal when we update idle times. committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Fri, 28 May 2004 07:11:13 +0000
parents e46a845a573c
children 345c8faadf8a
files src/gtkblist.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkblist.c	Fri May 28 06:12:11 2004 +0000
+++ b/src/gtkblist.c	Fri May 28 07:11:13 2004 +0000
@@ -3540,6 +3540,8 @@
 			idle = g_strdup_printf("(%d:%02d)", ihrs, imin);
 		else
 			idle = g_strdup_printf("(%d)", imin);
+
+		gaim_signal_emit(gaim_blist_get_handle(), "buddy-idle-updated", buddy);
 	}
 
 	if (buddy->evil > 0)