Changeset 2404c3a for buddylist.c
- Timestamp:
- Oct 3, 2003, 7:34:01 PM (20 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- f933403
- Parents:
- 87c6ef1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
buddylist.c
ra352335c r2404c3a 7 7 owl_list_create(&(b->buddies)); 8 8 owl_list_create(&(b->idletimes)); 9 /* owl_list_create(&(g->buddymsg_queue)); */ 9 10 } 10 11 … … 92 93 { 93 94 if (!owl_buddylist_is_buddy_loggedin(b, screenname)) return; 95 94 96 owl_aim_get_idle(screenname); 95 97 } … … 142 144 } 143 145 144 /* set the idle time for user 'screenname'. If the given 145 * screenname is not on the buddy list do nothing 146 /* Set the idle time for user 'screenname'. If the given screenname 147 * is not on the buddy list do nothing. If there is a queued request 148 * for this screename, remove it from the queue. 146 149 */ 147 150 void owl_buddylist_set_idletime(owl_buddylist *b, char *screenname, int minutes)
Note: See TracChangeset
for help on using the changeset viewer.