From e266fc15ce0d4f0497beba91f1c3743fadc9c781 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 27 May 2005 12:29:00 +0000 Subject: [PATCH] Fixed problem that encoding could not be selected on new entries SVN revision: 1389 --- src/elogd.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/elogd.c b/src/elogd.c index b27083d1..cc8b3f71 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.673 2005/05/27 12:29:00 ritt + Fixed problem that encoding could not be selected on new entries + Revision 1.672 2005/05/27 10:59:51 ritt Fixed bug with
@@ -8648,7 +8651,7 @@ void show_edit_form(LOGBOOK * lbs, int message_id, BOOL breply, BOOL bedit, BOOL } /* Overwrite from current entry */ - if (message_id) { + if (encoding[0]) { if (encoding[0] == 'E') enc_selected = 0; else if (encoding[0] == 'p')