diff options
Diffstat (limited to 'yc.cpp')
| -rw-r--r-- | yc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 } } |
