aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/contact-editor/e-contact-editor.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/contact-editor/e-contact-editor.c')
-rw-r--r--addressbook/gui/contact-editor/e-contact-editor.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/addressbook/gui/contact-editor/e-contact-editor.c b/addressbook/gui/contact-editor/e-contact-editor.c
index 27c0f5b5c2..a0c3c8c593 100644
--- a/addressbook/gui/contact-editor/e-contact-editor.c
+++ b/addressbook/gui/contact-editor/e-contact-editor.c
@@ -37,6 +37,7 @@
#include <gdk-pixbuf/gdk-pixbuf.h>
#include "shell/e-shell.h"
+#include "e-util/e-util.h"
#include "addressbook/printing/e-contact-print.h"
#include "addressbook/gui/widgets/eab-gui-util.h"
@@ -3111,6 +3112,10 @@ init_all (EContactEditor *editor)
width + requisition.width,
height + requisition.height);
}
+
+ widget = e_builder_get_widget (editor->builder, "text-comments");
+ if (widget)
+ e_spell_text_view_attach (GTK_TEXT_VIEW (widget));
}
static void