diff options
-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)
|