From 500dd4848842f6d4207584417448586d060fbd6a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sun, 31 Jul 2022 18:07:27 +0300 Subject: Contact: group of functions gathered into the personal namespace --- plugins/SimpleStatusMsg/src/awaymsg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SimpleStatusMsg') diff --git a/plugins/SimpleStatusMsg/src/awaymsg.cpp b/plugins/SimpleStatusMsg/src/awaymsg.cpp index 13f73b6b57..6d25de503b 100644 --- a/plugins/SimpleStatusMsg/src/awaymsg.cpp +++ b/plugins/SimpleStatusMsg/src/awaymsg.cpp @@ -294,7 +294,7 @@ static int AwayMsgPreBuildMenu(WPARAM hContact, LPARAM) Menu_ShowItem(hAwayMsgMenuItem, false); char *szProto = Proto_GetBaseAccountName(hContact); - if (szProto == nullptr || Contact_IsGroupChat(hContact, szProto)) + if (szProto == nullptr || Contact::IsGroupChat(hContact, szProto)) return 0; int iStatus = db_get_w(hContact, szProto, "Status", ID_STATUS_OFFLINE); -- cgit v1.2.3