Close notifications on buffer switch rather than activation change
authorManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Sep 2009 19:23:50 +0000 (21:23 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Thu, 10 Sep 2009 19:31:24 +0000 (21:31 +0200)
commit14a1ee538d01e41dc55a6e733a7804930aa9fff8
treead4e83ac749b8d09db022e977a5fa58ee756a7d6
parenteabf97d25da5af06033807c2697fd687fc48d2e7
Close notifications on buffer switch rather than activation change

We now properly close only the notifications that refer to the current buffer if you switch to
it or activate the window. Before, we closed all active notifications when the window got
activated (and only then).
src/client/buffermodel.h
src/qtui/mainwin.cpp
src/qtui/mainwin.h