[evolution] Fix a regression caused by the Forward button feature.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution] Fix a regression caused by the Forward button feature.
- Date: Wed, 28 Oct 2009 09:26:09 +0000 (UTC)
commit b89a9ae09da810024655a87e5c466c2b171a47b4
Author: Matthew Barnes <mbarnes redhat com>
Date: Wed Oct 28 05:25:03 2009 -0400
Fix a regression caused by the Forward button feature.
mail/e-mail-reader.c | 26 ++++++++++++++------------
1 files changed, 14 insertions(+), 12 deletions(-)
---
diff --git a/mail/e-mail-reader.c b/mail/e-mail-reader.c
index a81352c..ff7cd9f 100644
--- a/mail/e-mail-reader.c
+++ b/mail/e-mail-reader.c
@@ -2363,18 +2363,6 @@ e_mail_reader_init (EMailReader *reader)
web_view = E_WEB_VIEW (EM_FORMAT_HTML (html_display)->html);
- gtk_action_group_add_actions (
- action_group, mail_reader_entries,
- G_N_ELEMENTS (mail_reader_entries), reader);
- e_action_group_add_popup_actions (
- action_group, mail_reader_popup_entries,
- G_N_ELEMENTS (mail_reader_popup_entries));
- gtk_action_group_add_toggle_actions (
- action_group, mail_reader_toggle_entries,
- G_N_ELEMENTS (mail_reader_toggle_entries), reader);
-
- mail_reader_init_charset_actions (reader);
-
/* The "mail-forward" action is special: it uses a GtkMenuToolButton
* for its toolbar item type. So we have to create it separately. */
@@ -2392,6 +2380,20 @@ e_mail_reader_init (EMailReader *reader)
gtk_action_group_add_action_with_accel (
action_group, GTK_ACTION (menu_tool_action), "<Control>f");
+ /* Add the other actions the normal way. */
+
+ gtk_action_group_add_actions (
+ action_group, mail_reader_entries,
+ G_N_ELEMENTS (mail_reader_entries), reader);
+ e_action_group_add_popup_actions (
+ action_group, mail_reader_popup_entries,
+ G_N_ELEMENTS (mail_reader_popup_entries));
+ gtk_action_group_add_toggle_actions (
+ action_group, mail_reader_toggle_entries,
+ G_N_ELEMENTS (mail_reader_toggle_entries), reader);
+
+ mail_reader_init_charset_actions (reader);
+
/* Bind GObject properties to GConf keys. */
bridge = gconf_bridge_get ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]