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

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

CVS commit by kloecker: 

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


  M +1 -1      kmidentity.cpp   1.73.2.1


--- kdepim/kmail/kmidentity.cpp  #1.73:1.73.2.1
@@ -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