diff src/gtklog.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 7dcd6f26e4a7
line wrap: on
line diff
--- a/src/gtklog.c	Sat Jan 17 22:02:14 2004 +0000
+++ b/src/gtklog.c	Sun Jan 18 03:51:40 2004 +0000
@@ -307,6 +307,7 @@
 			  G_CALLBACK (search_cb),
 			  lv);
 	gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
+	gaim_set_accessible_label (lv->treeview, label);
 
 	gtk_widget_show_all(lv->window);
 }