summaryrefslogtreecommitdiff
path: root/protocols/ICQ-WIM/src/proto.cpp
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2020-01-03 20:09:05 +0300
committerGeorge Hazan <ghazan@miranda.im>2020-01-03 20:09:05 +0300
commit7937e21de4d288fc45d3b1a4b30ccb801df70b3d (patch)
treeec4fae290c3fb3367255d9e669a0a42145f56a24 /protocols/ICQ-WIM/src/proto.cpp
parent412da1b25c0db3dadc5442901e1d037acb4d4d52 (diff)
OnLoggedOut to be called in the ServerThread, as the only safe place to do that
Diffstat (limited to 'protocols/ICQ-WIM/src/proto.cpp')
-rw-r--r--protocols/ICQ-WIM/src/proto.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/ICQ-WIM/src/proto.cpp b/protocols/ICQ-WIM/src/proto.cpp
index cfc28506f9..e50442fd8b 100644
--- a/protocols/ICQ-WIM/src/proto.cpp
+++ b/protocols/ICQ-WIM/src/proto.cpp
@@ -130,8 +130,6 @@ void CIcqProto::OnModulesLoaded()
void CIcqProto::OnShutdown()
{
- UI_SAFE_CLOSE(m_pdlgEditIgnore);
-
m_bTerminated = true;
}