diff options
author | George Hazan <george.hazan@gmail.com> | 2024-05-10 13:15:21 +0300 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2024-05-10 13:15:21 +0300 |
commit | a223e58bdb2838350395d723c12f4a3bd76f3453 (patch) | |
tree | 8a6b24a67ef651fa03c2d73bade0cedf2425d56a /plugins/NewStory/src/history_dlg.cpp | |
parent | 8550b783b31d7aeb8ac6de4c1e2d013ddca377b3 (diff) |
fixes #4409 (NewStory: кнопка "Отправить сообщение" в окне истории открывает чат без никлиста)
Diffstat (limited to 'plugins/NewStory/src/history_dlg.cpp')
-rw-r--r-- | plugins/NewStory/src/history_dlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/NewStory/src/history_dlg.cpp b/plugins/NewStory/src/history_dlg.cpp index 0b07e8beed..e4a30e114a 100644 --- a/plugins/NewStory/src/history_dlg.cpp +++ b/plugins/NewStory/src/history_dlg.cpp @@ -942,7 +942,7 @@ public: void onClick_Message(CCtrlButton *)
{
- CallService(MS_MSG_SENDMESSAGE, m_hContact, 0);
+ Clist_ContactDoubleClicked(m_hContact);
}
void onClick_Options(CCtrlButton *pButton)
|