# HG changeset patch # User Christian Hammond # Date 1085728273 0 # Node ID ed084150a8eff8f1bee14a10ea2abd388fc6f9df # Parent e46a845a573c4146776f839689871d3c9619f0be [gaim-migrate @ 9890] Emit the buddy-idle-updated signal when we update idle times. committer: Tailor Script diff -r e46a845a573c -r ed084150a8ef src/gtkblist.c --- 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)