summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugins/NewStory/src/history_dlg.cpp2
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)