Mercurial > pidgin
comparison src/server.c @ 8137:4971193f761d
[gaim-migrate @ 8842]
The easy parts of Marc Mulcahy accessibility patch. Basically
set a label for a lot of widgets so screen readers and stuff
have something useful to read.
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Sun, 18 Jan 2004 03:51:40 +0000 |
| parents | 52cdf2740654 |
| children | 1d86096ae0f4 |
comparison
equal
deleted
inserted
replaced
| 8136:fab67640b59f | 8137:4971193f761d |
|---|---|
| 154 g_source_remove(gc->idle_timer); | 154 g_source_remove(gc->idle_timer); |
| 155 | 155 |
| 156 gc->idle_timer = g_timeout_add(20000, check_idle, gc); | 156 gc->idle_timer = g_timeout_add(20000, check_idle, gc); |
| 157 serv_touch_idle(gc); | 157 serv_touch_idle(gc); |
| 158 | 158 |
| 159 /* Move this hack into toc.c */ | |
| 159 if (prpl_info->options & OPT_PROTO_CORRECT_TIME) | 160 if (prpl_info->options & OPT_PROTO_CORRECT_TIME) |
| 160 serv_add_buddy(gc, | 161 serv_add_buddy(gc, |
| 161 gaim_account_get_username(gaim_connection_get_account(gc)), | 162 gaim_account_get_username(gaim_connection_get_account(gc)), |
| 162 NULL); | 163 NULL); |
| 163 | 164 |
