Fixed MarkMsgs_Thread function

This commit is contained in:
Ianos Gnatiuc 2005-10-24 05:13:08 +00:00
parent 5f82a68461
commit 99d19f4076

View File

@ -284,7 +284,7 @@ void MarkMsgs_Thread(GMsg* msg, bool markasread)
else if (markasread && !tempmsg->timesread)
{
tempmsg->timesread++;
AA->UpdateTimesread(msg);
AA->UpdateTimesread(tempmsg);
}
msgno = tempmsg->link.to();