X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtopia%2Fchatline.cpp;fp=src%2Fqtopia%2Fchatline.cpp;h=a380314a76fb64ffe3d496de8bf86716510aaef6;hp=ce1ec2fe6f65e61ddff59e2df5a6afff89e572c1;hb=906789f761e5d1b37b46b5a05a2f649e28900e36;hpb=6ecdc735718f39110baf3be8c4773c3a26712b6f diff --git a/src/qtopia/chatline.cpp b/src/qtopia/chatline.cpp index ce1ec2fe..a380314a 100644 --- a/src/qtopia/chatline.cpp +++ b/src/qtopia/chatline.cpp @@ -29,7 +29,7 @@ ChatLine::ChatLine(Message msg) { _styledText = QtopiaUi::style()->styleString(msg.formattedText()); _timestamp = msg.timestamp(); _msgId = msg.msgId(); - _bufferInfo = msg.buffer(); + _bufferInfo = msg.bufferInfo(); }