diff src/gtkrequest.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 fa6395637e2c
children 89d9d004e3f3
line wrap: on
line diff
--- a/src/gtkrequest.c	Sat Jan 17 22:02:14 2004 +0000
+++ b/src/gtkrequest.c	Sun Jan 18 03:51:40 2004 +0000
@@ -324,6 +324,7 @@
 			gtk_entry_set_visibility(GTK_ENTRY(entry), FALSE);
 	}
 
+	gaim_set_accessible_label (entry, label);
 	data->u.input.entry = entry;
 
 	/* Show everything. */