From 99a74fa6899d4f8062d35bcac01d84c97cf330eb Mon Sep 17 00:00:00 2001 From: Boby Wang Date: Tue, 20 Dec 2005 09:10:55 +0000 Subject: ** See bug 324319 Add the accessible name of arrow button, and the 2005-12-20 Boby Wang ** 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. svn path=/trunk/; revision=30895 --- mail/ChangeLog | 8 ++++++++ mail/em-format-html-display.c | 1 + 2 files changed, 9 insertions(+) (limited to 'mail') diff --git a/mail/ChangeLog b/mail/ChangeLog index 3d4a9e0774..0bad13b534 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2005-12-20 Boby Wang + + ** 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-12-20 Parthasarathi Susarla ** See bug 234008 @@ -98,6 +105,7 @@ * em-folder-view.c: (emfv_setting_notify): Respond to the change of /apps/evolution/mail/display/show_deleted and thread_list in gconf. +>>>>>>> 1.3748 2005-12-12 Karsten Bräckelmann * em-folder-view.c: Mail Context Menu re-ordered correctly, diff --git a/mail/em-format-html-display.c b/mail/em-format-html-display.c index e485631ee4..8bddc98a5e 100644 --- a/mail/em-format-html-display.c +++ b/mail/em-format-html-display.c @@ -1977,6 +1977,7 @@ efhd_add_bar(EMFormatHTML *efh, GtkHTMLEmbedded *eb, EMFormatHTMLPObject *pobjec 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(); -- cgit v1.2.3