GNOME Bugzilla – Bug 597596
Toolbar button accessible objects don't have label name
Last modified: 2009-11-27 20:16:11 UTC
Created attachment 144906 [details] Test case Toolbar buttons don't use the label assigned to them. Instead they fallback on the stock icon name, if one was supplied, or return no name. To reproduce: 1. Run attached pygtk demo. 2. In Accerciser, examine the toolbar button, it's name is 'New', it should be 'Old'.
Created attachment 144907 [details] [review] Explicitly set the accessible name of GtkToolButton. GAIL is not able to retrieve the correct button name alone, so it must be set in gtktoolbutton.c
Comment on attachment 144907 [details] [review] Explicitly set the accessible name of GtkToolButton. Looks good to me, please commit
Comment on attachment 144907 [details] [review] Explicitly set the accessible name of GtkToolButton. Thanks!
*** Bug 596041 has been marked as a duplicate of this bug. ***