aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-mail-signature-editor.c
diff options
context:
space:
mode:
authorMatthew Barnes <mbarnes@redhat.com>2013-02-24 11:24:05 +0800
committerMatthew Barnes <mbarnes@redhat.com>2013-02-24 11:24:59 +0800
commit33bbdaa50b4911adcc937ff674466ea43ac8f45d (patch)
tree197a8566f6d8a5a3dbef29cbf6f7e49e86bc4940 /e-util/e-mail-signature-editor.c
parentaac2cb58276cde2d079af3987ad798786862b931 (diff)
downloadgsoc2013-evolution-33bbdaa50b4911adcc937ff674466ea43ac8f45d.tar.gz
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.c6
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);