From 3307118b56d79f5ddf4f43cb955b66ea26332e5b Mon Sep 17 00:00:00 2001 From: Manuel Nickschas Date: Tue, 5 Aug 2008 00:14:00 +0200 Subject: [PATCH] Temporarily disable notifications again. Current implementation causes trouble because it's called for backlog replay as well. Probably need some other way. --- src/qtui/mainwin.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 22d3724c..31cffb3a 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -583,6 +583,9 @@ void MainWin::messagesInserted(const QModelIndex &parent, int start, int end) { if(QApplication::activeWindow() != 0) return; + // FIXME + return; + for(int i = start; i <= end; i++) { QModelIndex idx = Client::messageModel()->index(i, ChatLineModel::ContentsColumn); if(!idx.isValid()) { -- 2.20.1