[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    kdepim/kmail
From:       Ingo Klöcker <kloecker () kde ! org>
Date:       2004-03-09 20:07:32
Message-ID: 20040309200732.2DBCC9985 () office ! kde ! org
[Download RAW message or body]

CVS commit by kloecker: 

Fix bug 77068 (Signature from file has an extra '\n' attached) by not requiring a \
trailing '\n' when reading the signature file.

CCMAIL: 77068-fixed@bugs.kde.org


  M +1 -1      kmidentity.cpp   1.74


--- kdepim/kmail/kmidentity.cpp  #1.73:1.74
@@ -129,5 +129,5 @@ QString Signature::textFromFile( bool * 
   if ( ok ) *ok = true;
   // ### hmm, should we allow other encodings, too?
-  return QString::fromLocal8Bit( kFileToString( mUrl ) );
+  return QString::fromLocal8Bit( kFileToString( mUrl, false ) );
 }
 


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic