summaryrefslogtreecommitdiff
path: root/plugins/CmdLine
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-10-01 20:26:50 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-10-01 20:26:58 +0300
commit5f67ffc4042f36532474c8d8dbae9b65f736fb2a (patch)
tree7c11806a3522b33965d7773f11f733e60eb4bc98 /plugins/CmdLine
parentc167a087f8a820a6984f136b73c50b946d2126e0 (diff)
fixes #1598 (MimCmd quit doesn't work with Clist_Nicer)
Diffstat (limited to 'plugins/CmdLine')
-rw-r--r--plugins/CmdLine/src/mimcmd_handlers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CmdLine/src/mimcmd_handlers.cpp b/plugins/CmdLine/src/mimcmd_handlers.cpp
index 78bd0710e2..2969d484ac 100644
--- a/plugins/CmdLine/src/mimcmd_handlers.cpp
+++ b/plugins/CmdLine/src/mimcmd_handlers.cpp
@@ -528,7 +528,7 @@ void HandleQuitCommand(PCommand command, TArgument *argv, int argc, PReply reply
switch (argc) {
case 2:
{
- CallService("CloseAction", 0, 0);
+ CallServiceSync("CloseAction", 0, 0);
// try another quit method
PostMessage(g_clistApi.hwndContactList, WM_COMMAND, ID_ICQ_EXIT, 0);