[evolution/gnome-3-0] Bug #651976 - Reply/Forward setting isn't respected in message window
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-0] Bug #651976 - Reply/Forward setting isn't respected in message window
- Date: Mon, 6 Jun 2011 09:28:35 +0000 (UTC)
commit 2ff7cf2c5f2008a10c11bb11fa7064d7b595d04d
Author: Milan Crha <mcrha redhat com>
Date: Mon Jun 6 11:28:13 2011 +0200
Bug #651976 - Reply/Forward setting isn't respected in message window
mail/e-mail-browser.c | 6 +++++-
1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-browser.c b/mail/e-mail-browser.c
index e932811..01d2cfd 100644
--- a/mail/e-mail-browser.c
+++ b/mail/e-mail-browser.c
@@ -107,7 +107,9 @@ G_DEFINE_TYPE_WITH_CODE (
G_IMPLEMENT_INTERFACE (
E_TYPE_ALERT_SINK, e_mail_browser_alert_sink_init)
G_IMPLEMENT_INTERFACE (
- E_TYPE_MAIL_READER, e_mail_browser_reader_init))
+ E_TYPE_MAIL_READER, e_mail_browser_reader_init)
+ G_IMPLEMENT_INTERFACE (
+ E_TYPE_EXTENSIBLE, NULL))
static void
action_close_cb (GtkAction *action,
@@ -691,6 +693,8 @@ mail_browser_constructed (GObject *object)
e_plugin_ui_enable_manager (ui_manager, id);
e_mail_reader_connect_headers (E_MAIL_READER (reader));
+
+ e_extensible_load_extensions (E_EXTENSIBLE (object));
}
static gboolean
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]