aboutsummaryrefslogtreecommitdiffstats
path: root/mail
diff options
context:
space:
mode:
authorLi Yuan <li.yuan@sun.com>2005-03-30 15:57:45 +0800
committerHarry Lu <haip@src.gnome.org>2005-03-30 15:57:45 +0800
commit148eb19673f55e1492276b9887fc8aee99e42488 (patch)
treed1d7e6949ff0673c67e7341d0ac2a3d94978204d /mail
parent26d2a9648228f98a2b9f5dbae5417ed061a231f8 (diff)
downloadgsoc2013-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')
-rw-r--r--mail/ChangeLog9
-rw-r--r--mail/em-account-prefs.c2
-rw-r--r--mail/mail-config.glade9
3 files changed, 20 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 902a16ecf9..25be1c65b2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+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
+
2005-03-16 Jeffrey Stedfast <fejj@novell.com>
* em-format-html.c (efh_format_headers): Don't show multiple
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?
diff --git a/mail/mail-config.glade b/mail/mail-config.glade
index 4df8207e26..bf61dec601 100644
--- a/mail/mail-config.glade
+++ b/mail/mail-config.glade
@@ -5820,6 +5820,9 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
+ <accessibility>
+ <atkproperty name="AtkObject::accessible_name" translatable="yes">Mail Headers Table</atkproperty>
+ </accessibility>
</widget>
</child>
</widget>
@@ -6900,6 +6903,9 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
+ <accessibility>
+ <atkproperty name="AtkObject::accessible_name" translatable="yes">Signatures Table</atkproperty>
+ </accessibility>
</widget>
</child>
</widget>
@@ -7329,6 +7335,9 @@ For example: &quot;Work&quot; or &quot;Personal&quot;</property>
<property name="rules_hint">False</property>
<property name="reorderable">False</property>
<property name="enable_search">True</property>
+ <accessibility>
+ <atkproperty name="AtkObject::accessible_name" translatable="yes">Languages Table</atkproperty>
+ </accessibility>
</widget>
</child>
</widget>
ts-gnome/commit/www/kompozer?h=gnome-3.24&id=5002b36128899440019c83e8863bd8b381320b1f'>Work around the miscompilation/mislinkage problem of the sCanonicalVTablemarius2008-01-221-0/+1 * Add kompozerahze2007-10-094-23/+25 * Mark as broken with sparc64-7. While here, add USE_PERL5, which will belinimon2007-09-301-1/+4 * Remove support for antique perl.linimon2007-09-082-14/+0 * - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1 * Fix the gtk2 dnd implementation broken, see more details in the bugzilla. Thismezz2007-01-192-1/+20 * - Build and install the css editor extensionahze2006-11-201-1/+2 * Chase the GNOME X11BASE to LOCALBASE move, and fix the build with themarcus2006-10-141-5/+3 * - Fix build with new gmakeahze2006-07-101-0/+30 * Transfer maintainer to gnome@ to be with all other gecko portsahze2006-07-061-1/+1 * - Welcome back sparc64 on kern.osreldate>=601101ahze2006-07-061-1/+5 * - Convert nvu to generic pkg-[de]install scriptahze2006-04-172-59/+0 * Correct typoskris2006-03-261-1/+1 * - s/alpha/sparc64/ s/IGNORE/BROKEN/ahze2006-03-261-2/+2 * - Mark IGNORE on sparc64 & ia64ahze2006-03-261-0/+4 * - Attempt to fix build on sparc64ahze2006-02-191-0/+23 * - Fix buildahze2005-12-301-0/+30 * - Fix build in tinderboxahze2005-12-091-0/+1