diff options
Diffstat (limited to 'protocols/JabberG/src/jabber_proto.cpp')
-rwxr-xr-x | protocols/JabberG/src/jabber_proto.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/protocols/JabberG/src/jabber_proto.cpp b/protocols/JabberG/src/jabber_proto.cpp index 4e66179a64..b7422a4896 100755 --- a/protocols/JabberG/src/jabber_proto.cpp +++ b/protocols/JabberG/src/jabber_proto.cpp @@ -286,9 +286,7 @@ int __cdecl CJabberProto::OnPreShutdown(WPARAM, LPARAM) m_iqManager.Shutdown();
ConsoleUninit();
- StatusIconData sid = { sizeof(sid) };
- sid.szModule = m_szModuleName;
- Srmm_RemoveIcon(&sid);
+ Srmm_RemoveIcon(m_szModuleName, 0);
return 0;
}
|