Version: 0.18 (using KDE KDE 3.4.0) Installed from: Compiled From Sources Compiler: gcc 3.3.5 Debian version OS: Linux I maked Konversation to show passive popup dialogues (those which appear in the taskbar) when people leave the channel or the server. But when someone leaves the server, the passive popup dialogue says that I am the one who leaves the server instead of the person that actually leaves. The IRC view shows the right thing.
SVN commit 427817 by cramblitt: BUG:107855 Emit correct nickname event to KNotify on nick quit. M +1 -1 inputfilter.cpp --- trunk/extragear/network/konversation/src/inputfilter.cpp #427816:427817 @@ -461,7 +461,7 @@ server->removeNickFromServer(sourceNick,trailing); if(sourceNick != server->getNickname()) { - konv_app->notificationHandler()->quit(server->getStatusView(), server->getNickname()); + konv_app->notificationHandler()->quit(server->getStatusView(), sourceNick); } } else if(command=="nick")
*** Bug 106535 has been marked as a duplicate of this bug. ***