[Konversation-devel] [Bug 107855] When someone leaves the server,
the passive popup dialogue says it's me who leaves the server
Gary Cramblitt
garycramblitt at comcast.net
Wed Jun 22 01:13:19 CEST 2005
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=107855
garycramblitt comcast net changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |RESOLVED
Resolution| |FIXED
------- Additional Comments From garycramblitt comcast net 2005-06-22 01:13 -------
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")
More information about the Konversation-devel
mailing list