From 9f9f8d20f6b1db33d9bb14154f27a51c53cd9c22 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 7 Jun 2023 19:45:50 +0300 Subject: =?UTF-8?q?fixes=20#3541=20(Clist=5Fmoder:=20=D0=BD=D0=B5=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D1=80=D0=B8=D1=81=D0=BE=D0=B2=D1=8B=D0=B2?= =?UTF-8?q?=D0=B0=D1=82=D1=8C=20=D1=81=D0=BF=D0=B8=D1=81=D0=BE=D0=BA=20?= =?UTF-8?q?=D0=BA=D0=BE=D0=BD=D1=82=D0=B0=D0=BA=D1=82=D0=BE=D0=B2=20=D0=BD?= =?UTF-8?q?=D0=B0=20=D0=BA=D0=B0=D0=B6=D0=B4=D1=8B=D0=B9=20=D1=87=D0=B8?= =?UTF-8?q?=D1=85)=20-=20=D1=83=D0=B1=D0=B8=D1=80=D0=B0=D0=B5=D1=82=20?= =?UTF-8?q?=D0=BF=D1=80=D0=B8=D0=BC=D0=B5=D1=80=D0=BD=D0=BE=2050%=20=D1=84?= =?UTF-8?q?=D0=BB=D0=B8=D0=BA=D0=B5=D1=80=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/Clist_modern/src/modern_clcitems.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/Clist_modern/src/modern_clcitems.cpp b/plugins/Clist_modern/src/modern_clcitems.cpp index 8ca149e4fc..19540468c0 100644 --- a/plugins/Clist_modern/src/modern_clcitems.cpp +++ b/plugins/Clist_modern/src/modern_clcitems.cpp @@ -325,6 +325,7 @@ ClcCacheEntry* cliCreateCacheItem(MCONTACT hContact) return nullptr; pdnce->hContact = hContact; + pdnce->m_iStatus = ID_STATUS_OFFLINE; pdnce->szProto = Proto_GetBaseAccountName(hContact); pdnce->bIsHidden = Contact::IsHidden(hContact); pdnce->m_bIsSub = db_mc_isSub(hContact) != 0; -- cgit v1.2.3