diff options
Diffstat (limited to 'plugins/TabSRMM/src')
-rw-r--r-- | plugins/TabSRMM/src/msgdialog.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/TabSRMM/src/msgdialog.cpp b/plugins/TabSRMM/src/msgdialog.cpp index f3c43f7fc6..9bd223f402 100644 --- a/plugins/TabSRMM/src/msgdialog.cpp +++ b/plugins/TabSRMM/src/msgdialog.cpp @@ -560,6 +560,8 @@ bool CMsgDialog::OnInitDialog() LoadContactAvatar();
LoadOwnAvatar();
+
+ GetFirstEvent();
OnOptionsApplied();
if (isChat()) {
@@ -575,8 +577,6 @@ bool CMsgDialog::OnInitDialog() UpdateChatLog();
}
else {
- GetFirstEvent();
-
DB::ECPTR pCursor(DB::EventsRev(m_hContact));
while (MEVENT hdbEvent = pCursor.FetchNext()) {
DBEVENTINFO dbei = {};
|