summaryrefslogtreecommitdiff
path: root/plugins/CmdLine
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2017-10-09 18:56:03 +0300
committerGeorge Hazan <ghazan@miranda.im>2017-10-09 18:56:03 +0300
commiteec98453479bf86999060565ad90a63ff8f74942 (patch)
treec2dcb22ac74920b3cbcc96d2376dfcd77e9dcffc /plugins/CmdLine
parent09c39492686b504391db1bda59d3a3c246435534 (diff)
MS_CLIST_SETSTATUSMODE => Clist_SetStatusMode()
dunno how I could miss it
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 ca84413487..d50af580e2 100644
--- a/plugins/CmdLine/src/mimcmd_handlers.cpp
+++ b/plugins/CmdLine/src/mimcmd_handlers.cpp
@@ -247,7 +247,7 @@ void HandleStatusCommand(PCommand command, TArgument *argv, int argc, PReply rep
}
PrettyStatusMode(old, po, sizeof(po));
- CallService(MS_CLIST_SETSTATUSMODE, status, 0);
+ Clist_SetStatusMode(status);
char pn[128];
PrettyStatusMode(status, pn, sizeof(pn));