diff options
-rw-r--r-- | plugins/external-editor/external-editor.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/external-editor/external-editor.c b/plugins/external-editor/external-editor.c index 46f3be3211..584c0b61e4 100644 --- a/plugins/external-editor/external-editor.c +++ b/plugins/external-editor/external-editor.c @@ -201,6 +201,8 @@ update_composer_text (GArray *array) enable_composer (composer); + gtkhtml_editor_set_changed (GTKHTML_EDITOR (composer), TRUE); + g_free (text); return FALSE; |