diff options
author | George Hazan <george.hazan@gmail.com> | 2024-09-22 17:03:18 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-09-22 17:03:22 +0300 |
commit | 1fec25086d0ed9c744fa092747e9019214e46f9f (patch) | |
tree | 992a90c31cc714be423c75befdbe9c18925a84ae | |
parent | 261aef6ad2b87af4ce55e8029a1d6d30d2c012b8 (diff) |
temporarily return the old behavior
-rw-r--r-- | plugins/TabSRMM/src/chat_main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_main.cpp b/plugins/TabSRMM/src/chat_main.cpp index ee0ea0d942..0fe8cc168f 100644 --- a/plugins/TabSRMM/src/chat_main.cpp +++ b/plugins/TabSRMM/src/chat_main.cpp @@ -199,7 +199,7 @@ static void CheckUpdate() void ShowRoom(TContainerData *pContainer, SESSION_INFO *si)
{
if (si)
- AutoCreateWindow(pContainer, si->hContact);
+ AutoCreateWindow(pContainer, si->hContact, true);
}
static void stubShowRoom(SESSION_INFO *si)
|