diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 22:38:38 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-01-11 22:39:04 +0800 |
commit | 6a79322ff6417808416b3ebb183011e49ab7d66c (patch) | |
tree | cb06aa8c2a9bef0b770011231c362bdb357acb52 /e-util/e-mail-signature-editor.c | |
parent | 620089c784f6e3c3dc9ee605a5f8ce08de593aa2 (diff) | |
download | gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar.gz gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar.bz2 gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar.lz gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar.xz gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.tar.zst gsoc2013-evolution-6a79322ff6417808416b3ebb183011e49ab7d66c.zip |
Reduce diff noise with webkit-composer branch.
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); |