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 /plugins/IEHistory/src | |
parent | e2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff) |
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'plugins/IEHistory/src')
-rw-r--r-- | plugins/IEHistory/src/dlgHandlers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/IEHistory/src/dlgHandlers.cpp b/plugins/IEHistory/src/dlgHandlers.cpp index be1115708d..4fcab2bdf9 100644 --- a/plugins/IEHistory/src/dlgHandlers.cpp +++ b/plugins/IEHistory/src/dlgHandlers.cpp @@ -607,7 +607,6 @@ public: {
chkLoadAll.SetState(g_plugin.iLoadCount == 0);
chkLoadNumber.SetState(!chkLoadAll.GetState());
- onChange_All(0);
return true;
}
|