summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Restart/src/restart.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Restart/src/restart.c b/plugins/Restart/src/restart.c
index f610fc0630..a36ba08b4c 100644
--- a/plugins/Restart/src/restart.c
+++ b/plugins/Restart/src/restart.c
@@ -34,7 +34,6 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,DWORD fdwReason,LPVOID lpvReserved)
static INT_PTR RestartMenuCommand(WPARAM wParam,LPARAM lParam)
{
CallService("Miranda/System/Restart",0,0);
- CallService("CloseAction",0,0);
return 0;
}