X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fclient%2Fnetworkmodel.cpp;h=6da58323b38ebeae0e27921e04b1a86d82b628e6;hb=1cb02004ee5973b89368bd84f234d4652794690d;hp=63a123e60d8a4bc92c614bf63ed4e6505a53bbe6;hpb=dae6003f55206168e6d3c5cbace84e5b0c65990c;p=quassel.git diff --git a/src/client/networkmodel.cpp b/src/client/networkmodel.cpp index 63a123e6..6da58323 100644 --- a/src/client/networkmodel.cpp +++ b/src/client/networkmodel.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2015 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -1279,7 +1279,8 @@ void NetworkModel::updateBufferActivity(Message &msg) } } else { - updateBufferActivity(bufferItem(msg.bufferInfo()), msg); + if ((BufferSettings(msg.bufferId()).messageFilter() & msg.type()) != msg.type()) + updateBufferActivity(bufferItem(msg.bufferInfo()), msg); } }