diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:05 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2013-02-24 11:24:59 +0800 |
commit | 33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch) | |
tree | 197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /e-util/e-mail-signature-editor.c | |
parent | aac2cb58276cde2d079af3987ad798786862b931 (diff) | |
download | gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.bz2 gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.lz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.xz gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.zst gsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.zip |
Coding style and whitespace cleanup.
Diffstat (limited to 'e-util/e-mail-signature-editor.c')
-rw-r--r-- | e-util/e-mail-signature-editor.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/e-util/e-mail-signature-editor.c b/e-util/e-mail-signature-editor.c index bb1fc9536f..da5e3389e0 100644 --- a/e-util/e-mail-signature-editor.c +++ b/e-util/e-mail-signature-editor.c @@ -286,9 +286,9 @@ action_save_and_close_cb (GtkAction *action, registry = e_mail_signature_editor_get_registry (editor); /* Only make sure that the 'source-changed' is called, - thus the preview of the signature is updated on save. - It is not called when only signature body is changed - (and ESource properties are left unchanged). + * thus the preview of the signature is updated on save. + * It is not called when only signature body is changed + * (and ESource properties are left unchanged). */ g_signal_emit_by_name (registry, "source-changed", source); |