X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fqtui%2Fbufferwidget.cpp;h=e16735e53ea45da58158184c7511f150107e9aa9;hb=85b55cf023c96f4dbd61ec415a15214f99e281b3;hp=a0f71c6c5340c5e9bfedb558f13bd3c424e861e0;hpb=a117d3bd1592bae3b14630c953790a005b3c3a3d;p=quassel.git diff --git a/src/qtui/bufferwidget.cpp b/src/qtui/bufferwidget.cpp index a0f71c6c..e16735e5 100644 --- a/src/qtui/bufferwidget.cpp +++ b/src/qtui/bufferwidget.cpp @@ -66,7 +66,6 @@ AbstractChatView *BufferWidget::createChatView(BufferId id) { _chatViews[id] = chatView; ui.stackedWidget->addWidget(chatView); chatView->setFocusProxy(this); - chatView->setBufferForBacklogFetching(id); return chatView; }