diff options
Diffstat (limited to 'plugins/exchange-operations')
-rw-r--r-- | plugins/exchange-operations/ChangeLog | 7 | ||||
-rw-r--r-- | plugins/exchange-operations/exchange-send-options.glade | 3 |
2 files changed, 7 insertions, 3 deletions
diff --git a/plugins/exchange-operations/ChangeLog b/plugins/exchange-operations/ChangeLog index 63b3a81437..c851d7fbba 100644 --- a/plugins/exchange-operations/ChangeLog +++ b/plugins/exchange-operations/ChangeLog @@ -1,3 +1,10 @@ +2008-08-28 Matthew Barnes <mbarnes@redhat.com> + + ** Fixes bug #458512 + + * exchange-send-options.glade: + Delete the accessibility tag from the User button. + 2008-08-27 Sankar P <psankar@novell.com> License Changes diff --git a/plugins/exchange-operations/exchange-send-options.glade b/plugins/exchange-operations/exchange-send-options.glade index 92a9dc2b75..22003ae588 100644 --- a/plugins/exchange-operations/exchange-send-options.glade +++ b/plugins/exchange-operations/exchange-send-options.glade @@ -299,9 +299,6 @@ Low</property> <property name="use_underline">True</property> <property name="relief">GTK_RELIEF_NORMAL</property> <property name="focus_on_click">True</property> - <accessibility> - <atkproperty name="AtkObject::accessible_name" translatable="yes">button-user</atkproperty> - </accessibility> </widget> <packing> <property name="padding">0</property> |