diff options
author | Li Yuan <li.yuan@sun.com> | 2005-03-30 15:57:45 +0800 |
---|---|---|
committer | Harry Lu <haip@src.gnome.org> | 2005-03-30 15:57:45 +0800 |
commit | 148eb19673f55e1492276b9887fc8aee99e42488 (patch) | |
tree | d1d7e6949ff0673c67e7341d0ac2a3d94978204d /mail/em-account-prefs.c | |
parent | 26d2a9648228f98a2b9f5dbae5417ed061a231f8 (diff) | |
download | gsoc2013-evolution-148eb19673f55e1492276b9887fc8aee99e42488.tar.gz gsoc2013-evolution-148eb19673f55e1492276b9887fc8aee99e42488.tar.zst gsoc2013-evolution-148eb19673f55e1492276b9887fc8aee99e42488.zip |
add a11y name to Mail Accounts Table add a11y name to tables in Mail
2005-03-30 Li Yuan <li.yuan@sun.com>
* em-account-prefs.c: (em_account_prefs_treeview_new):
add a11y name to Mail Accounts Table
* mail-config.glade:
add a11y name to tables in Mail Preferences page and
Composer Preferences page.
Fixes #73914
svn path=/trunk/; revision=29124
Diffstat (limited to 'mail/em-account-prefs.c')
-rw-r--r-- | mail/em-account-prefs.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mail/em-account-prefs.c b/mail/em-account-prefs.c index 1d58afe852..0649698bf0 100644 --- a/mail/em-account-prefs.c +++ b/mail/em-account-prefs.c @@ -486,6 +486,8 @@ em_account_prefs_treeview_new (char *widget_name, char *string1, char *string2, selection = gtk_tree_view_get_selection ((GtkTreeView *) table); gtk_tree_selection_set_mode (selection, GTK_SELECTION_SINGLE); gtk_tree_view_set_headers_visible ((GtkTreeView *) table, TRUE); + atk_object_set_name (gtk_widget_get_accessible (table), _("Mail Accounts Table")); + /* FIXME: column auto-resize? */ /* Is this needed? |