comparison src/idle.c @ 1058:4927ce25d8cc

[gaim-migrate @ 1068] idle times for single connections; deleting an account signs it off if need be committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 03 Nov 2000 20:23:38 +0000
parents bde34730789c
children 9446ac58745e
comparison
equal deleted inserted replaced
1057:d50d3abb9eb7 1058:4927ce25d8cc
44 static Display *d = NULL; 44 static Display *d = NULL;
45 time_t idle_time; 45 time_t idle_time;
46 #endif 46 #endif
47 47
48 /* Not idle, really... :) */ 48 /* Not idle, really... :) */
49 update_idle_times();
50
51 plugin_event(event_blist_update, 0, 0, 0, 0);
49 52
50 time(&t); 53 time(&t);
51 54
52 if (report_idle == 0) 55 if (report_idle == 0)
53 return TRUE; 56 return TRUE;