aboutsummaryrefslogtreecommitdiffstats
path: root/composer
diff options
context:
space:
mode:
authorRadek Doulik <rodo@ximian.com>2004-03-30 01:32:59 +0800
committerRadek Doulik <rodo@src.gnome.org>2004-03-30 01:32:59 +0800
commit724507dfa693bb75c17788619a956b5e858cd216 (patch)
treede2c7be469cf2de8310f3c6f88080910af2edb58 /composer
parent8a6f447395afc8cd55ae5d0e81632d45a9506f07 (diff)
downloadgsoc2013-evolution-724507dfa693bb75c17788619a956b5e858cd216.tar.gz
gsoc2013-evolution-724507dfa693bb75c17788619a956b5e858cd216.tar.zst
gsoc2013-evolution-724507dfa693bb75c17788619a956b5e858cd216.zip
do not add <br> between text and signature
2004-03-29 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (set_editor_text): do not add <br> between text and signature svn path=/trunk/; revision=25228
Diffstat (limited to 'composer')
-rw-r--r--composer/ChangeLog5
-rw-r--r--composer/e-msg-composer.c3
2 files changed, 6 insertions, 2 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index e919c2ff17..2ac0774225 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,3 +1,8 @@
+2004-03-29 Radek Doulik <rodo@ximian.com>
+
+ * e-msg-composer.c (set_editor_text): do not add <br> between text
+ and signature
+
2004-03-22 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (disable_editor): do not set editor
diff --git a/composer/e-msg-composer.c b/composer/e-msg-composer.c
index 2523182399..7ae3c6c690 100644
--- a/composer/e-msg-composer.c
+++ b/composer/e-msg-composer.c
@@ -1097,10 +1097,9 @@ set_editor_text(EMsgComposer *composer, const char *text, int setsig)
if (setsig && (sig = get_signature_html (composer))) {
char *p;
- len += strlen (sig) + 4;
+ len += strlen (sig);
content = p = mem = g_malloc (len + 1);
p = g_stpcpy (mem, text);
- p = g_stpcpy (p, "<br>");
strcpy (p, sig);
g_free (sig);
} else {
an class='deletions'>-0/+1 * - update to 4.0.1dinoex2006-03-193-12/+10 * - update to 4.0dinoex2005-11-193-62/+68 * - add SHA checksumdinoex2005-11-131-0/+1 * - change default PGADMDIRdinoex2005-10-191-1/+2 * - update to 3.5.6dinoex2005-10-182-3/+3 * - update to 3.5.5dinoex2005-08-292-3/+3 * - reduce needed php4 modulesdinoex2005-07-311-1/+1 * - Security update to 3.5.4dinoex2005-07-152-3/+3 * - update to 3.5.3dinoex2005-04-183-3/+5 * - update to phpPgAdmin-3.5.2dinoex2005-03-113-3/+5 * - update to 3.5.1dinoex2004-12-203-7/+25 * Switch to the new PHP infrastructure.ale2004-07-191-2/+2 * - update to 3.4.1dinoex2004-07-063-5/+7 * - update to 3.4dinoex2004-06-083-5/+6 * - make portlint happydinoex2004-03-231-5/+5 * - fix Indexdinoex2004-03-231-1/+1 * - Update to 3.3.1dinoex2004-03-223-3/+19 * - Update to 3.2.1dinoex2004-03-223-18/+31 * Drop maintainership.nbm2004-03-221-1/+1 * Remove lang/php4/bsd.php.mk and switch every ports depending on PHP toale2004-02-091-4/+2 * Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1