diff -r e5e529dcc9bb -r dc41e9222d2c QTfrontend/ui/widget/chatwidget.cpp --- a/QTfrontend/ui/widget/chatwidget.cpp Wed Oct 10 23:55:09 2012 +0400 +++ b/QTfrontend/ui/widget/chatwidget.cpp Wed Oct 10 23:58:23 2012 +0400 @@ -828,9 +828,6 @@ chatNicks->setModel(model); chatNicks->setModelColumn(0); - - connect(chatNicks->selectionModel(), SIGNAL(currentRowChanged(QModelIndex,QModelIndex)), - this, SLOT(chatNickSelected())); } void HWChatWidget::nicksContextMenuRequested(const QPoint &pos)