comparison src/idle.c @ 3517:6b0cb60162f4

[gaim-migrate @ 3590] Rob McQueen added a mute feature to his nice little docklet. I added a queuing feature. Configure the docklet in the plugins dialog to queue unread messages, and when you receive a message the docklet will eat it up and show a little message pending icon. Click on it, and read your message. ICQ people will like it. I also made plugin_event use a va_list. I bet this breaks perl. committer: Tailor Script <tailor@pidgin.im>
author Sean Egan <seanegan@gmail.com>
date Mon, 16 Sep 2002 08:35:24 +0000
parents 427ccd7dfdd2
children 3e508dd31b76
comparison
equal deleted inserted replaced
3516:db00eb77997d 3517:6b0cb60162f4
48 time_t idle_time; 48 time_t idle_time;
49 49
50 /* Not idle, really... :) */ 50 /* Not idle, really... :) */
51 update_idle_times(); 51 update_idle_times();
52 52
53 plugin_event(event_blist_update, 0, 0, 0, 0); 53 plugin_event(event_blist_update);
54 54
55 time(&t); 55 time(&t);
56 56
57 57
58 #ifdef USE_SCREENSAVER 58 #ifdef USE_SCREENSAVER