From 7ec9441d255b4361be26705c65eed5819cd0208f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 23 Mar 2018 13:30:42 +0300 Subject: Clist_GroupCreate() to be called inside OnModulesLoaded, not inside the protocol's constructor --- protocols/Steam/src/steam_proto.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'protocols/Steam/src/steam_proto.cpp') diff --git a/protocols/Steam/src/steam_proto.cpp b/protocols/Steam/src/steam_proto.cpp index 2a3b1dd732..8a92e60534 100644 --- a/protocols/Steam/src/steam_proto.cpp +++ b/protocols/Steam/src/steam_proto.cpp @@ -16,7 +16,6 @@ CSteamProto::CSteamProto(const char* protoName, const wchar_t* userName) m_defaultGroup = getWStringA("DefaultGroup"); if (m_defaultGroup == nullptr) m_defaultGroup = mir_wstrdup(L"Steam"); - Clist_GroupCreate(0, m_defaultGroup); // icons wchar_t filePath[MAX_PATH]; -- cgit v1.2.3