diff options
author | Radek Doulik <rodo@src.gnome.org> | 2004-04-07 02:18:51 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2004-04-07 02:18:51 +0800 |
commit | c1cbf40e628c050248a87402f3e46f265a2fa31f (patch) | |
tree | ec381a8612e02b756335a16f122a174df57d9376 /composer/ChangeLog | |
parent | e39f9922057619f529a6f1ec4ec06020bdfcbcc6 (diff) | |
download | gsoc2013-evolution-c1cbf40e628c050248a87402f3e46f265a2fa31f.tar.gz gsoc2013-evolution-c1cbf40e628c050248a87402f3e46f265a2fa31f.tar.zst gsoc2013-evolution-c1cbf40e628c050248a87402f3e46f265a2fa31f.zip |
(set_editor_text): added pad_signature parameter to tell if we
want to pad signature with <BR> (used when creating new mail, in
other cases we don't want to pad the signature)
svn path=/trunk/; revision=25340
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 8826ad1798..4ba66a6577 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -2,6 +2,9 @@ * e-msg-composer.c (prepare_signatures_menu): added empty hbox so that we have 12pxs between account setting and signature setting + (set_editor_text): added pad_signature parameter to tell if we + want to pad signature with <BR> (used when creating new mail, in + other cases we don't want to pad the signature) Fixes #42866 |