summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);