diff options
author | George Hazan <ghazan@miranda.im> | 2017-07-10 19:44:03 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2017-07-10 19:44:03 +0300 |
commit | a2e38963a647f9f58ff276d2ad9f89f7202c47eb (patch) | |
tree | ca043ab94971b442f02ec690d739031eee92f9c5 /plugins/TabSRMM/src/chat_tools.cpp | |
parent | 18873004444063ae98a9e7fc9214bd3edaa146a7 (diff) |
fixes #855 (TabSRMM - Move chat tab to another container switches chat into single conversation)
Diffstat (limited to 'plugins/TabSRMM/src/chat_tools.cpp')
-rw-r--r-- | plugins/TabSRMM/src/chat_tools.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/TabSRMM/src/chat_tools.cpp b/plugins/TabSRMM/src/chat_tools.cpp index 0caa7224a3..b27e605d2a 100644 --- a/plugins/TabSRMM/src/chat_tools.cpp +++ b/plugins/TabSRMM/src/chat_tools.cpp @@ -31,7 +31,7 @@ static void __stdcall ShowRoomFromPopup(void *pi)
{
SESSION_INFO *si = (SESSION_INFO*)pi;
- ShowRoom(si);
+ ShowRoom(nullptr, si);
}
static void __stdcall Chat_DismissPopup(void *pi)
|