Set accessible name for GtkTreeViews in Theme Details dialog. Fixes bug

2004-05-27  Padraig O'Briain <padraig.obriain@sun.com>

	* theme-properties.glade: Set accessible name for GtkTreeViews
	in Theme Details dialog. Fixes bug #142402.
This commit is contained in:
Padraig O'Briain 2004-05-27 06:53:48 +00:00 committed by Padraig O'Briain
parent d90981b0a3
commit 9d1a12fee0
2 changed files with 14 additions and 0 deletions

View file

@ -1,3 +1,8 @@
2004-05-27 Padraig O'Briain <padraig.obriain@sun.com>
* theme-properties.glade: Set accessible name for GtkTreeViews
in Theme Details dialog. Fixes bug #142402.
2004-04-15 Jody Goldberg <jody@gnome.org>
* Release 2.6.1

View file

@ -704,6 +704,9 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">theme selection tree</atkproperty>
</accessibility>
</widget>
</child>
</widget>
@ -978,6 +981,9 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">theme selection tree</atkproperty>
</accessibility>
</widget>
</child>
</widget>
@ -1252,6 +1258,9 @@
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
<accessibility>
<atkproperty name="AtkObject::accessible_name" translatable="yes">theme selection tree</atkproperty>
</accessibility>
</widget>
</child>
</widget>