Summary: | When someone leaves the server, the passive popup dialogue says it's me who leaves the server | ||
---|---|---|---|
Product: | [Applications] konversation | Reporter: | Tijmen Baarda <tijmenbaarda> |
Component: | general | Assignee: | Konversation Developers <konversation-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | achiestdragon |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Tijmen Baarda
2005-06-21 16:08:21 UTC
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. *** |