From 5f67ffc4042f36532474c8d8dbae9b65f736fb2a Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 1 Oct 2018 20:26:50 +0300 Subject: fixes #1598 (MimCmd quit doesn't work with Clist_Nicer) --- plugins/CmdLine/src/mimcmd_handlers.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/CmdLine/src/mimcmd_handlers.cpp') 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); -- cgit v1.2.3