diff options
author | Boby Wang <boby.wang@sun.com> | 2006-04-27 15:11:01 +0800 |
---|---|---|
committer | Li Yuan <liyuan@src.gnome.org> | 2006-04-27 15:11:01 +0800 |
commit | 280fb432f4293786ae307a259eee9d633f6d9b86 (patch) | |
tree | 260c956649d0199879a91d1ee7d0738fe1c53477 /addressbook/gui | |
parent | 27bb32c53abdd9adafbd25202cad8e9bd6319b51 (diff) | |
download | gsoc2013-evolution-280fb432f4293786ae307a259eee9d633f6d9b86.tar.gz gsoc2013-evolution-280fb432f4293786ae307a259eee9d633f6d9b86.tar.zst gsoc2013-evolution-280fb432f4293786ae307a259eee9d633f6d9b86.zip |
** Fix for bug # 336470
2006-04-27 Boby Wang <boby.wang@sun.com>
** Fix for bug # 336470
* gui/contact-editor/fullname.glade:
Add labelled-by relationship to gtkcombo.
svn path=/trunk/; revision=31910
Diffstat (limited to 'addressbook/gui')
-rw-r--r-- | addressbook/gui/contact-editor/fullname.glade | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/fullname.glade b/addressbook/gui/contact-editor/fullname.glade index f2ae7c92eb..ae6bc76ef6 100644 --- a/addressbook/gui/contact-editor/fullname.glade +++ b/addressbook/gui/contact-editor/fullname.glade @@ -80,6 +80,9 @@ <property name="case_sensitive">False</property> <property name="enable_arrow_keys">True</property> <property name="enable_arrows_always">False</property> + <accessibility> + <atkrelation target="label-title" type="labelled-by"/> + </accessibility> <child internal-child="entry"> <widget class="GtkEntry" id="entry-title"> @@ -273,6 +276,9 @@ <property name="case_sensitive">False</property> <property name="enable_arrow_keys">True</property> <property name="enable_arrows_always">False</property> + <accessibility> + <atkrelation target="label-suffix" type="labelled-by"/> + </accessibility> <child internal-child="entry"> <widget class="GtkEntry" id="entry-suffix"> |