Fix event propagation
authorManuel Nickschas <sputnick@quassel-irc.org>
Sun, 17 Oct 2010 19:11:58 +0000 (21:11 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Tue, 19 Oct 2010 21:48:44 +0000 (23:48 +0200)
It sometimes makes sense to deliver the same event to the same object
(but different event handlers), so we shouldn't prevent that. Instead,
make sure that generic handlers are not called if at least one specialized
handler is registered.


No differences found