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

List:       kde-commits
Subject:    KDE_3_2_BRANCH: kdepim/kmail
From:       Marc Mutz <Marc.Mutz () uni-bielefeld ! de>
Date:       2004-02-18 17:34:01
Message-ID: 20040218173401.875989962 () office ! kde ! org
[Download RAW message or body]

CVS commit by mutz: 

> From aegypten_branch: Fix signature creation time validation. Visible bug was that \
> for signatures made in January, the printing of the creation time was suppressed :)


  M +1 -1      objecttreeparser.cpp   1.92.2.2


--- kdepim/kmail/objecttreeparser.cpp  #1.92.2.1:1.92.2.2
@@ -493,5 +493,5 @@ namespace KMail {
       if (     70 > messagePart.creationTime.tm_year
           || 200 < messagePart.creationTime.tm_year
-          ||   1 > messagePart.creationTime.tm_mon
+          ||   0 > messagePart.creationTime.tm_mon
           ||  12 < messagePart.creationTime.tm_mon
           ||   1 > messagePart.creationTime.tm_mday


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

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