[Konversation-devel] [Bug 114277] When you run Konvi, in Server list dialog, after you click Edit and change things, Konvi does not connect and stays iddle and empty
Anne-Marie Mahfouf
annma at kde.org
Wed Oct 12 17:27:31 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=114277
------- Additional Comments From annma kde org 2005-10-12 17:27 -------
Ok, I investigated further and found that it is because the server is not highlighted when I come back from the dialog.
So in the code in serverlistdialog.cpp line 260 and more
while(server)
{
emit connectToServer(server->serverId());
server = static_cast<ServerListItem*>(selected.next());
}
the while is not entered.
Fix might be to highlight the server back after quitting the Edit Network dialog.
More information about the Konversation-devel
mailing list