diff options
Diffstat (limited to 'e-util')
-rw-r--r-- | e-util/e-html-editor-actions.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-html-editor-actions.c b/e-util/e-html-editor-actions.c index 9ea19d2fe0..7bb7e2378a 100644 --- a/e-util/e-html-editor-actions.c +++ b/e-util/e-html-editor-actions.c @@ -1956,7 +1956,6 @@ editor_actions_init (EHTMLEditor *editor) gtk_action_set_sensitive (ACTION (UNINDENT), FALSE); gtk_action_set_sensitive (ACTION (FIND_AGAIN), FALSE); - gtk_action_set_sensitive (ACTION (SPELL_CHECK), FALSE); g_object_bind_property ( view, "can-redo", |