summaryrefslogtreecommitdiff
path: root/src/core/stdclist
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2021-01-16 16:39:56 +0300
committerGeorge Hazan <ghazan@miranda.im>2021-01-16 16:40:02 +0300
commit97f80dd9e5737bb65cdd2b745c864e9c3b7ab433 (patch)
treea9c4d64b44c94cbc5dc9de1280c0e47a51ae496c /src/core/stdclist
parente2401b83c1cecd4460ccd6cb44c5f9284eb5e0ac (diff)
glory, glory, halleluya: perversive manual call of OnChange() event inside OnInitDialog isn't needed anymore
Diffstat (limited to 'src/core/stdclist')
-rw-r--r--src/core/stdclist/src/clistopts.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/stdclist/src/clistopts.cpp b/src/core/stdclist/src/clistopts.cpp
index 691b93074c..0d6fd81391 100644
--- a/src/core/stdclist/src/clistopts.cpp
+++ b/src/core/stdclist/src/clistopts.cpp
@@ -65,10 +65,8 @@ public:
chkCycle.SetState(iTrayIcon == SETTING_TRAYICON_CYCLE);
chkMulti.SetState(iTrayIcon == SETTING_TRAYICON_MULTI);
chkDontCycle.SetState(iTrayIcon == SETTING_TRAYICON_SINGLE);
- onChange_Tray(0);
chkDisableBlink.SetState(g_plugin.getBool("DisableTrayFlash", false));
- onChange_DisableBlink(0);
blink.SetPosition(g_plugin.getWord("IconFlashTime", 550));
cycleTime.SetPosition(g_plugin.getWord("CycleTime", SETTING_CYCLETIME_DEFAULT));