From 7fb13d1cfb7528d617406bd4701cc13d7a64abd4 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Fri, 28 Nov 2014 15:35:32 +0000 Subject: crazy flag TTBST_RELEASED removed git-svn-id: http://svn.miranda-ng.org/main/trunk@11131 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/StartupSilence/src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/StartupSilence/src/main.cpp') diff --git a/plugins/StartupSilence/src/main.cpp b/plugins/StartupSilence/src/main.cpp index 496b26cc88..7f439020e0 100644 --- a/plugins/StartupSilence/src/main.cpp +++ b/plugins/StartupSilence/src/main.cpp @@ -316,7 +316,7 @@ void UpdateMenu() void UpdateTTB() { if (hTTBarloaded != NULL && TTBButtons == 1) - CallService(MS_TTB_SETBUTTONSTATE, (WPARAM)Buttons, (Enabled == 1 ? TTBST_RELEASED : TTBST_PUSHED)); + CallService(MS_TTB_SETBUTTONSTATE, (WPARAM)Buttons, (Enabled == 1 ? 0 : TTBST_PUSHED)); } static int CreateTTButtons(WPARAM wParam, LPARAM lParam) -- cgit v1.2.3