Added the label-for/by relation. Fixes #127304.
2003-12-03 Muktha <muktha.narayan@wipro.com> * file-types-properties.glade: Added the label-for/by relation. Fixes #127304.
This commit is contained in:
parent
acd0314270
commit
d263a970dc
2 changed files with 23 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2003-12-03 Muktha <muktha.narayan@wipro.com>
|
||||
|
||||
* file-types-properties.glade: Added the label-for/by relation.
|
||||
Fixes #127304.
|
||||
|
||||
2003-12-01 Sivaiah Nallagatla <snallagatla@novell.com>
|
||||
|
||||
* service-info.c (service_info_save): Patch to remeber
|
||||
|
|
|
@ -750,6 +750,9 @@
|
|||
<property name="xpad">0</property>
|
||||
<property name="ypad">0</property>
|
||||
<property name="mnemonic_widget">combo-entry1</property>
|
||||
<accessibility>
|
||||
<atkrelation target="combo-entry1" type="label-for"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -776,6 +779,9 @@
|
|||
<property name="has_frame">True</property>
|
||||
<property name="invisible_char" translatable="yes">*</property>
|
||||
<property name="activates_default">False</property>
|
||||
<accessibility>
|
||||
<atkrelation target="program_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
@ -1103,6 +1109,9 @@
|
|||
<property name="visible">yes</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">combo-entry2</property>
|
||||
<accessibility>
|
||||
<atkrelation target="combo-entry2" type="label-for"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -1125,6 +1134,9 @@
|
|||
<property name="max-length">0</property>
|
||||
<property name="visibility">yes</property>
|
||||
<property name="visible">yes</property>
|
||||
<accessibility>
|
||||
<atkrelation target="custom_program_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
@ -1385,6 +1397,9 @@
|
|||
<property name="visible">yes</property>
|
||||
<property name="use_underline">True</property>
|
||||
<property name="mnemonic_widget">program_entry</property>
|
||||
<accessibility>
|
||||
<atkrelation target="entry2" type="label-for"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
<packing>
|
||||
<property name="padding">0</property>
|
||||
|
@ -1407,6 +1422,9 @@
|
|||
<property name="max-length">0</property>
|
||||
<property name="visibility">yes</property>
|
||||
<property name="visible">yes</property>
|
||||
<accessibility>
|
||||
<atkrelation target="program_label" type="labelled-by"/>
|
||||
</accessibility>
|
||||
</widget>
|
||||
</child>
|
||||
</widget>
|
||||
|
|
Loading…
Add table
Reference in a new issue