From 383290c2ee4ff347b7435bf983167927322e0457 Mon Sep 17 00:00:00 2001 From: "Alexander S. Aganichev" Date: Tue, 22 May 2001 20:56:11 +0000 Subject: [PATCH] Fixed marking in messagelister --- golded3/gemlst.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/golded3/gemlst.cpp b/golded3/gemlst.cpp index 769b4f0..4842a7d 100644 --- a/golded3/gemlst.cpp +++ b/golded3/gemlst.cpp @@ -269,6 +269,8 @@ void GMsgList::print_line(uint idx, uint pos, bool isbar) { ReadMlst(idx); MLst* ml = mlst[idx]; + update_marks(ml); + int wattr_, hattr_, mattr_; if(isbar) { wattr_ = sattr;