comparison src/multi.h @ 4841:7bdda84b5431

[gaim-migrate @ 5166] This fixes the bug where people would show up as being online for 47 thousand days in their mouse overs. To all the people that experienced this bug: Set the clocks on your computers correctly, foos. And now some quotes: Good versus evil equals confrontation Good turned to evil and a push comes to shove, we must save the world with an act of love "How could you not love it? This buddy list is endangering marriages." committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Thu, 20 Mar 2003 21:13:07 +0000
parents 3196d9044a45
children 54cd43869333
comparison
equal deleted inserted replaced
4840:a701ef925850 4841:7bdda84b5431
54 guint keepalive; 54 guint keepalive;
55 55
56 /* stuff needed for per-connection idle times */ 56 /* stuff needed for per-connection idle times */
57 guint idle_timer; 57 guint idle_timer;
58 time_t login_time; 58 time_t login_time;
59 time_t login_time_official;
59 time_t lastsent; 60 time_t lastsent;
60 int is_idle; 61 int is_idle;
61 time_t correction_time;
62 62
63 char *away; /* set by protos, is NULL when not away, or set * 63 char *away; /* set by protos, is NULL when not away, or set *
64 * to "" or a custom message when away */ 64 * to "" or a custom message when away */
65 char *away_state; /* updated by serv_set_away, keeps the last set * 65 char *away_state; /* updated by serv_set_away, keeps the last set *
66 * away type */ 66 * away type */