summaryrefslogtreecommitdiff
path: root/yc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'yc.cpp')
-rw-r--r--yc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/yc.cpp b/yc.cpp
index 08bcb31..94798f6 100644
--- a/yc.cpp
+++ b/yc.cpp
@@ -159,7 +159,7 @@ void Yc::retrieveConversations()
new Conversation(db.jid, conv.to,
ui.conversations_list, conv.last_msg, conv.dt);
#else
- emit newConversation(conv.to);
+ emit newConversation(db.jid, conv.to, conv.last_msg);
#endif
}
}