[evolution-patches] patch to fix #73914
- From: Li Yuan <Li Yuan Sun COM>
- To: Not Zed <notzed ximian com>
- Cc: patches <evolution-patches lists ximian com>
- Subject: [evolution-patches] patch to fix #73914
- Date: Tue, 29 Mar 2005 11:30:46 +0800
Hi Not Zed,
Here is one of the patches to fix #73914. Please help me to review it.
Thank you very much.
Regards,
Li
Index: mail/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3610
diff -u -r1.3610 ChangeLog
--- mail/ChangeLog 17 Mar 2005 19:00:00 -0000 1.3610
+++ mail/ChangeLog 29 Mar 2005 03:25:17 -0000
@@ -1,3 +1,9 @@
+2005-03-21 Li Yuan <li yuan sun com>
+
+ * em-account-prefs.c: (em_account_prefs_treeview_new):
+ * mail-config.glade:
+ Fix #73914
+
2005-03-16 Jeffrey Stedfast <fejj novell com>
* em-format-html.c (efh_format_headers): Don't show multiple
Index: mail/em-account-prefs.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-prefs.c,v
retrieving revision 1.17
diff -u -r1.17 em-account-prefs.c
--- mail/em-account-prefs.c 1 Mar 2005 06:17:19 -0000 1.17
+++ mail/em-account-prefs.c 29 Mar 2005 03:25:18 -0000
@@ -486,6 +486,8 @@
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?
Index: mail/mail-config.glade
===================================================================
RCS file: /cvs/gnome/evolution/mail/mail-config.glade,v
retrieving revision 1.157
diff -u -r1.157 mail-config.glade
--- mail/mail-config.glade 27 Jan 2005 21:31:54 -0000 1.157
+++ mail/mail-config.glade 29 Mar 2005 03:25:18 -0000
@@ -5820,6 +5820,9 @@
<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 @@
<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 @@
<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>
Index: smime/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/smime/ChangeLog,v
retrieving revision 1.49
diff -u -r1.49 ChangeLog
--- smime/ChangeLog 24 Feb 2005 02:18:50 -0000 1.49
+++ smime/ChangeLog 29 Mar 2005 03:25:19 -0000
@@ -1,3 +1,8 @@
+2005-03-21 Li Yuan <li yuan sun com>
+
+ * gui/smime-ui.glade:
+ Fix #73914
+
2005-02-21 Not Zed <NotZed Ximian com>
** See bug #68592
Index: smime/gui/smime-ui.glade
===================================================================
RCS file: /cvs/gnome/evolution/smime/gui/smime-ui.glade,v
retrieving revision 1.11
diff -u -r1.11 smime-ui.glade
--- smime/gui/smime-ui.glade 4 Feb 2005 18:36:43 -0000 1.11
+++ smime/gui/smime-ui.glade 29 Mar 2005 03:25:19 -0000
@@ -1174,6 +1174,9 @@
<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">Certificates Table</atkproperty>
+ </accessibility>
</widget>
</child>
</widget>
@@ -1459,6 +1462,9 @@
<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">Certificates Table</atkproperty>
+ </accessibility>
</widget>
</child>
</widget>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]