diff options
| author | George Hazan <ghazan@miranda.im> | 2021-01-16 16:39:56 +0300 |
|---|---|---|
| committer | George Hazan <ghazan@miranda.im> | 2021-01-16 16:40:02 +0300 |
| commit | 97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (patch) | |
| tree | a9c4d64b44c94cbc5dc9de1280c0e47a51ae496c /protocols | |
| parent | e2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff) | |
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'protocols')
| -rw-r--r-- | protocols/Discord/src/options.cpp | 2 | ||||
| -rw-r--r-- | protocols/ICQ-WIM/src/options.cpp | 4 |
2 files changed, 0 insertions, 6 deletions
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; } diff --git a/protocols/ICQ-WIM/src/options.cpp b/protocols/ICQ-WIM/src/options.cpp index bf9426e790..fd92dcc7f0 100644 --- a/protocols/ICQ-WIM/src/options.cpp +++ b/protocols/ICQ-WIM/src/options.cpp @@ -248,8 +248,6 @@ public: { wszOldPass = m_proto->getMStringW("Password"); edtPassword.SetText(wszOldPass); - - onChange_Tray(0); return true; } @@ -330,8 +328,6 @@ public: if (iStatus == m_proto->m_iStatus2) cmbStatus2.SetCurSel(idx); } - - onChange_Timeout1(0); } return true; |
