[evolution-patches] Fix the bug that gok can not open the attachment bar [mailer]
- From: Boby Wang <Boby Wang Sun COM>
- To: evolution-patches <evolution-patches gnome org>
- Subject: [evolution-patches] Fix the bug that gok can not open the attachment bar [mailer]
- Date: Sat, 17 Dec 2005 17:50:46 +0800
Hi,
I have attach a patch to fix the bug #324319. Now the attachment bar
can be opened by gok. You can view the detail of it in URL
http://bugzilla.gnome.org/show_bug.cgi?id=324319
Boby.
ndex: ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/mail/ChangeLog,v
retrieving revision 1.3704.2.7
diff -u -r1.3704.2.7 ChangeLog
--- ChangeLog 29 Sep 2005 08:44:08 -0000 1.3704.2.7
+++ ChangeLog 17 Dec 2005 09:37:19 -0000
@@ -1,3 +1,10 @@
+2005-12-17 Boby Wang <Boby Wang sun com>
+
+ ** See bug 324319
+ * em-format-html-display.c: (efhd_add_bar):
+ Add the accessible name of arrow button, and the attachment
+ bar can be opened by gok.
+
2005-09-29 Parthasarathi Susarla <sparthasarathi novell com>
** See bug 317284
Index: em-format-html-display.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-format-html-display.c,v
retrieving revision 1.78
diff -u -r1.78 em-format-html-display.c
--- em-format-html-display.c 26 Aug 2005 01:52:55 -0000 1.78
+++ em-format-html-display.c 17 Dec 2005 09:37:19 -0000
@@ -1931,6 +1931,7 @@
gtk_box_pack_start ((GtkBox *)hbox3, priv->forward, FALSE, FALSE, 0);
gtk_box_pack_start ((GtkBox *)hbox3, priv->down, FALSE, FALSE, 0);
priv->arrow = (GtkWidget *)gtk_tool_button_new(hbox3, NULL);
+ atk_object_set_name (gtk_widget_get_accessible (priv->arrow), _("Toggle Attachment Bar"));
priv->label = gtk_label_new(_("No Attachment"));
save = gtk_button_new();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]