From 488214ac8af0c4aeb1a5c1d8fd48368daaf4c4c7 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 12 Nov 2018 20:12:53 +0300 Subject: end of ME_OPT_INITIALISE related zoo in another plugins --- protocols/Gadu-Gadu/src/gg_proto.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'protocols/Gadu-Gadu/src/gg_proto.cpp') diff --git a/protocols/Gadu-Gadu/src/gg_proto.cpp b/protocols/Gadu-Gadu/src/gg_proto.cpp index e839edf429..ed1d995c65 100644 --- a/protocols/Gadu-Gadu/src/gg_proto.cpp +++ b/protocols/Gadu-Gadu/src/gg_proto.cpp @@ -62,6 +62,7 @@ GaduProto::GaduProto(const char *pszProtoName, const wchar_t *tszUserName) : CreateProtoService(PS_LEAVECHAT, &GaduProto::leavechat); HookProtoEvent(ME_DB_CONTACT_SETTINGCHANGED, &GaduProto::dbsettingchanged); + HookProtoEvent(ME_OPT_INITIALISE, &GaduProto::options_init); // Offline contacts and clear logon time setalloffline(); @@ -704,7 +705,6 @@ int GaduProto::UserIsTyping(MCONTACT hContact, int type) void GaduProto::OnModulesLoaded() { - HookProtoEvent(ME_OPT_INITIALISE, &GaduProto::options_init); HookProtoEvent(ME_USERINFO_INITIALISE, &GaduProto::details_init); // Init misc stuff -- cgit v1.2.3