diff 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
line wrap: on
line diff
--- a/src/server.c	Sat Jan 17 22:02:14 2004 +0000
+++ b/src/server.c	Sun Jan 18 03:51:40 2004 +0000
@@ -156,6 +156,7 @@
 	gc->idle_timer = g_timeout_add(20000, check_idle, gc);
 	serv_touch_idle(gc);
 
+	/* Move this hack into toc.c */
 	if (prpl_info->options & OPT_PROTO_CORRECT_TIME)
 		serv_add_buddy(gc,
 				gaim_account_get_username(gaim_connection_get_account(gc)),