comparison src/buddy.c @ 1075:2fe18b2d6105

[gaim-migrate @ 1085] rock on committer: Tailor Script <tailor@pidgin.im>
author Eric Warmenhoven <eric@warmenhoven.org>
date Tue, 07 Nov 2000 12:13:02 +0000
parents 81d19577285a
children 7221054ad2b1
comparison
equal deleted inserted replaced
1074:2cff18c2f9c6 1075:2fe18b2d6105
1599 } 1599 }
1600 return buf; 1600 return buf;
1601 } 1601 }
1602 1602
1603 static void update_idle_time(struct buddy_show *bs) { 1603 static void update_idle_time(struct buddy_show *bs) {
1604 /* this also updates the tooltip since that has idle time in it */
1604 char idlet[16]; 1605 char idlet[16];
1605 time_t t; 1606 time_t t;
1606 int ihrs, imin; 1607 int ihrs, imin;
1607 struct buddy *b; 1608 struct buddy *b;
1608 GSList *c; 1609 GSList *c;