diff options
author | Li Yuan <li.yuan@sun.com> | 2007-08-24 11:11:51 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2007-08-24 11:11:51 +0800 |
commit | 8265014e20671cbc1f0529ddc98c0f0f655e30be (patch) | |
tree | df912fa0abcf617115fb66e676c5fa63771c426f /mail | |
parent | 3a4cc72a8de7f4e28a0ebcd3f5a3d48f4c0b9062 (diff) | |
download | gsoc2013-evolution-8265014e20671cbc1f0529ddc98c0f0f655e30be.tar.gz gsoc2013-evolution-8265014e20671cbc1f0529ddc98c0f0f655e30be.tar.zst gsoc2013-evolution-8265014e20671cbc1f0529ddc98c0f0f655e30be.zip |
Fix for #262682. Add labelled-by relation between labels and entry.
2007-08-24 Li Yuan <li.yuan@sun.com>
* mail-config.glade:
Fix for #262682. Add labelled-by relation between labels and
entry.
svn path=/trunk/; revision=34085
Diffstat (limited to 'mail')
-rw-r--r-- | mail/ChangeLog | 6 | ||||
-rw-r--r-- | mail/mail-config.glade | 16 |
2 files changed, 22 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index eb525029ef..e72b001bc8 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,9 @@ +2007-08-24 Li Yuan <li.yuan@sun.com> + + * mail-config.glade: + Fix for #262682. Add labelled-by relation between labels and + entry. + 2007-08-23 Sankar P <psankar@novell.com> reviewed by: Andre Klapper <a9016009@gmx.de> diff --git a/mail/mail-config.glade b/mail/mail-config.glade index bd7e78bccc..b17679cbfd 100644 --- a/mail/mail-config.glade +++ b/mail/mail-config.glade @@ -549,6 +549,10 @@ For example: "Work" or "Personal"</property> <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">False</property> + <accessibility> + <atkrelation target="identity_address_label" type="labelled-by"/> + <atkrelation target="label464" type="labelled-by"/> + </accessibility> </widget> <packing> <property name="left_attach">1</property> @@ -628,6 +632,10 @@ For example: "Work" or "Personal"</property> <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">False</property> + <accessibility> + <atkrelation target="label464" type="labelled-by"/> + <atkrelation target="identity_full_name_label" type="labelled-by"/> + </accessibility> </widget> <packing> <property name="left_attach">1</property> @@ -827,6 +835,10 @@ For example: "Work" or "Personal"</property> <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">False</property> + <accessibility> + <atkrelation target="identity_organization_label" type="labelled-by"/> + <atkrelation target="label466" type="labelled-by"/> + </accessibility> </widget> <packing> <property name="left_attach">1</property> @@ -877,6 +889,10 @@ For example: "Work" or "Personal"</property> <property name="has_frame">True</property> <property name="invisible_char">*</property> <property name="activates_default">False</property> + <accessibility> + <atkrelation target="label466" type="labelled-by"/> + <atkrelation target="reply_to_label" type="labelled-by"/> + </accessibility> </widget> <packing> <property name="left_attach">1</property> |