From 4908792d64656d2d59d25eaafee6691d1ad99424 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Tue, 13 Jun 2017 14:33:29 +0300 Subject: Popup: fixed options tree counter (bug #817) --- plugins/Popup/src/opt_gen.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/Popup') diff --git a/plugins/Popup/src/opt_gen.cpp b/plugins/Popup/src/opt_gen.cpp index 8e7f31a8d2..32af64f767 100644 --- a/plugins/Popup/src/opt_gen.cpp +++ b/plugins/Popup/src/opt_gen.cpp @@ -203,6 +203,7 @@ INT_PTR CALLBACK DlgProcPopupGeneral(HWND hwnd, UINT msg, WPARAM wParam, LPARAM // new status options { int protocolCount = 0; + statusOptionsCount = 0; PROTOACCOUNT **protocols; Proto_EnumAccounts(&protocolCount, &protocols); DWORD globalFlags = 0; -- cgit v1.2.3