diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2008-08-29 01:55:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@src.gnome.org> | 2008-08-29 01:55:38 +0800 |
commit | 203083329f92357418e81998db235eac3f3ee652 (patch) | |
tree | d5bc028c32d3f158d2333d1296be9f0bfe34e642 | |
parent | 7037bfe82d12fdf39441507e10a4085c6d59e586 (diff) | |
download | gsoc2013-evolution-203083329f92357418e81998db235eac3f3ee652.tar.gz gsoc2013-evolution-203083329f92357418e81998db235eac3f3ee652.tar.zst gsoc2013-evolution-203083329f92357418e81998db235eac3f3ee652.zip |
** Fixes bug #458512
2008-08-28 Matthew Barnes <mbarnes@redhat.com>
** Fixes bug #458512
* plugins/exchange-operations/exchange-send-options.glade:
Delete the accessibility tag from the User button.
svn path=/trunk/; revision=36174
-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> |