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/ICQ-WIM/src/options.cpp | |
parent | e2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff) |
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'protocols/ICQ-WIM/src/options.cpp')
-rw-r--r-- | protocols/ICQ-WIM/src/options.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
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; |