diff options
Diffstat (limited to 'e-util/e-mail-signature-editor.c')
-rw-r--r-- | e-util/e-mail-signature-editor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/e-util/e-mail-signature-editor.c b/e-util/e-mail-signature-editor.c index 961edf14ca..de5337d923 100644 --- a/e-util/e-mail-signature-editor.c +++ b/e-util/e-mail-signature-editor.c @@ -586,9 +586,9 @@ mail_signature_editor_constructed (GObject *object) /* Set the focus appropriately. If this is a new signature, draw * the user's attention to the signature name entry. Otherwise go * straight to the editing area. */ - if (source == NULL) + if (source == NULL) { gtk_widget_grab_focus (editor->priv->entry); - else { + } else { GtkHTML *html; html = gtkhtml_editor_get_html (gtkhtml_editor); |