diff options
author | George Hazan <ghazan@miranda.im> | 2020-07-06 19:42:41 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-07-06 19:42:41 +0300 |
commit | 7ae091783220d08f7ff19d40323286376956fe57 (patch) | |
tree | 50021bba21e1ba895e273fc328d97f70c3216bd6 /plugins/TabSRMM | |
parent | 7781c7b3f29833b83c47d9ab9ef4a3d23454ec73 (diff) |
fix for old bug with passing parameters inside IEView
Diffstat (limited to 'plugins/TabSRMM')
-rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index 10ddae9188..888095a85b 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -583,6 +583,7 @@ bool CMsgDialog::OnInitDialog() LoadOwnAvatar();
if (isChat()) {
+ m_pLog->Clear();
UpdateOptions();
UpdateStatusBar();
UpdateTitle();
|