diff options
Diffstat (limited to 'e-util/e-mail-signature-editor.c')
-rw-r--r-- | e-util/e-mail-signature-editor.c | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/e-util/e-mail-signature-editor.c b/e-util/e-mail-signature-editor.c index da5e3389e0..d27fec570c 100644 --- a/e-util/e-mail-signature-editor.c +++ b/e-util/e-mail-signature-editor.c @@ -157,11 +157,16 @@ mail_signature_editor_loaded_cb (GObject *object, gtkhtml_editor_insert_text ( GTKHTML_EDITOR (editor), contents); - gtkhtml_editor_run_command (GTKHTML_EDITOR (editor), "cursor-position-save"); - gtkhtml_editor_run_command (GTKHTML_EDITOR (editor), "select-all"); - gtkhtml_editor_run_command (GTKHTML_EDITOR (editor), "style-pre"); - gtkhtml_editor_run_command (GTKHTML_EDITOR (editor), "unselect-all"); - gtkhtml_editor_run_command (GTKHTML_EDITOR (editor), "cursor-position-restore"); + gtkhtml_editor_run_command ( + GTKHTML_EDITOR (editor), "cursor-position-save"); + gtkhtml_editor_run_command ( + GTKHTML_EDITOR (editor), "select-all"); + gtkhtml_editor_run_command ( + GTKHTML_EDITOR (editor), "style-pre"); + gtkhtml_editor_run_command ( + GTKHTML_EDITOR (editor), "unselect-all"); + gtkhtml_editor_run_command ( + GTKHTML_EDITOR (editor), "cursor-position-restore"); } g_free (contents); |