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:
parent
d90981b0a3
commit
9d1a12fee0
2 changed files with 14 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue