diff options
-rw-r--r-- | addressbook/ChangeLog | 7 | ||||
-rw-r--r-- | addressbook/gui/contact-editor/fullname.glade | 6 |
2 files changed, 13 insertions, 0 deletions
diff --git a/addressbook/ChangeLog b/addressbook/ChangeLog index e237276660..ed91a25aff 100644 --- a/addressbook/ChangeLog +++ b/addressbook/ChangeLog @@ -1,3 +1,10 @@ +2006-04-27 Boby Wang <boby.wang@sun.com> + + ** Fix for bug # 336470 + + * gui/contact-editor/fullname.glade: + Add labelled-by relationship to gtkcombo. + 2006-04-26 Srinivasa Ragavan <sragavan@novell.com> ** Patch from PR Suman to add icons missing in menu items. 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"> |