[Konversation-devel] [Bug 97535] irc protocol handler creates
gratuitous new server connection
ismail cartman donmez
ismail at kde.org.tr
Fri Jan 28 21:07:54 CET 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=97535
ismail kde org tr changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From ismail kde org tr 2005-01-28 21:07 -------
CVS commit by cartman:
When following irc:/ links don't create unneeded server connections
BUG:97535
M +6 -1 konversationapplication.cpp 1.225
--- kdeextragear-2/konversation/konversation/konversationapplication.cpp #1.224:1.225
@ -1442,4 +1442,9 @ void KonversationApplication::dcopConnec
const QString& password)
{
+ Server* server = getServerByName(url);
+
+ if(server)
+ server->sendJoinCommand(channel);
+ else
quickConnectToServer(url, QString::number(port), channel, password);
}
More information about the Konversation-devel
mailing list