From 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Sat, 16 Jan 2021 16:39:56 +0300 Subject: glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore --- protocols/Discord/src/options.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/Discord/src') diff --git a/protocols/Discord/src/options.cpp b/protocols/Discord/src/options.cpp index bd4c3cd493..f704ae029f 100644 --- a/protocols/Discord/src/options.cpp +++ b/protocols/Discord/src/options.cpp @@ -52,8 +52,6 @@ public: ptrW buf(m_proto->getWStringA(DB_KEY_PASSWORD)); if (buf) m_edPassword.SetText(buf); - - onChange_GroupChats(0); return true; } -- cgit v1.2.3