[evolution-ews] Bug #705338 - OOO message not spell-checked



commit f19bffb8972d5d1fb086ba50801b26c9c3e4299c
Author: Jan-Michael Brummer <jan brummer tabos org>
Date:   Fri Nov 29 13:09:04 2013 +0100

    Bug #705338 - OOO message not spell-checked
    
    All the credits go to Jan-Michael Brummer, because the Evolution
    interface for GtkTextView spell checker was completely based
    on his work and idea of using GtkSpell.
    
    Note: This requires commit e607ae8 from evolution git master

 src/configuration/e-mail-config-ews-ooo-page.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/configuration/e-mail-config-ews-ooo-page.c b/src/configuration/e-mail-config-ews-ooo-page.c
index db99434..e3a0e87 100644
--- a/src/configuration/e-mail-config-ews-ooo-page.c
+++ b/src/configuration/e-mail-config-ews-ooo-page.c
@@ -573,6 +573,7 @@ mail_config_ews_ooo_page_constructed (GObject *object)
        gtk_container_add (GTK_CONTAINER (container), widget);
        text_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (widget));
        page->priv->internal_reply = text_buffer;  /* do not reference */
+       e_spell_text_view_attach (GTK_TEXT_VIEW (widget));
        gtk_widget_show (widget);
 
        widget = gtk_label_new_with_mnemonic (_("E_xternal:"));
@@ -624,6 +625,7 @@ mail_config_ews_ooo_page_constructed (GObject *object)
        gtk_container_add (GTK_CONTAINER (container), widget);
        text_buffer = gtk_text_view_get_buffer (GTK_TEXT_VIEW (widget));
        page->priv->external_reply = text_buffer;  /* do not reference */
+       e_spell_text_view_attach (GTK_TEXT_VIEW (widget));
        gtk_widget_show (widget);
 
        /* XXX Bit of a hack.  Since the enum value for "none" is zero,


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]