made the NickSelector at least show your current nick
[quassel.git] / src / qtui / chatline-old.cpp
index 017a479..d2f55be 100644 (file)
@@ -133,8 +133,8 @@ void ChatLine::setSelection(SelectionMode mode, int start, int end) {
   }
 }
 
-uint ChatLine::msgId() const {
-  return msg.buffer().uid();
+MsgId ChatLine::msgId() const {
+  return msg.msgId();
 }
 
 BufferInfo ChatLine::bufferInfo() const {