Git commit 0cf73f6d8c732ee32e3b673716fa4431d6564e67 by Sven Brauch, on beha= lf of Ilya Katsnelson. Committed on 31/10/2013 at 22:19. Pushed by brauch into branch 'master'. Start service discovery on "Enter" press in the server textbox M +1 -0 KTp/Widgets/join-chat-room-dialog.cpp http://commits.kde.org/telepathy-common-internals/0cf73f6d8c732ee32e3b67371= 6fa4431d6564e67 diff --git a/KTp/Widgets/join-chat-room-dialog.cpp b/KTp/Widgets/join-chat-= room-dialog.cpp index d4aaf18..e846020 100644 --- a/KTp/Widgets/join-chat-room-dialog.cpp +++ b/KTp/Widgets/join-chat-room-dialog.cpp @@ -125,6 +125,7 @@ KTp::JoinChatRoomDialog::JoinChatRoomDialog(Tp::Account= ManagerPtr accountManager connect(ui->recentListWidget, SIGNAL(itemDoubleClicked(QListWidgetItem= *)), this, SLOT(accept())); connect(ui->removeRecentPushButton, SIGNAL(clicked(bool)), this , SLOT= (removeRecentRoom())); connect(ui->clearRecentPushButton, SIGNAL(clicked(bool)), this, SLOT(c= learRecentRooms())); + connect(ui->serverLineEdit, SIGNAL(returnPressed()), this, SLOT(getRoo= mList())); connect(ui->queryPushButton, SIGNAL(clicked(bool)), this, SLOT(getRoom= List())); connect(ui->stopPushButton, SIGNAL(clicked(bool)), this, SLOT(stopList= ing())); connect(ui->treeView, SIGNAL(clicked(QModelIndex)), this, SLOT(onRoomC= licked(QModelIndex)));