comparison src/idle.c @ 1030:38452403563b

[gaim-migrate @ 1040] updating the buddy list to work better with multiple connections. there are still a bunch of things fucked up with this but i wanted more people to start working on it than just me, especially since i won't be here this weekend. committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Fri, 27 Oct 2000 07:53:32 +0000
parents 740c6f933fe0
children daad2440a642
comparison
equal deleted inserted replaced
1029:740c6f933fe0 1030:38452403563b
45 static Display *d = NULL; 45 static Display *d = NULL;
46 time_t idle_time; 46 time_t idle_time;
47 #endif 47 #endif
48 48
49 /* Not idle, really... :) */ 49 /* Not idle, really... :) */
50 update_all_buddies();
51 50
52 plugin_event(event_blist_update, 0, 0, 0, 0); 51 plugin_event(event_blist_update, 0, 0, 0, 0);
53 52
54 time(&t); 53 time(&t);
55 54