From: Paul Klumpp Date: Fri, 29 Dec 2006 17:58:12 +0000 (+0000) Subject: activated()->triggered() X-Git-Tag: 0.1.0~251 X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=commitdiff_plain;h=9070a3e905b7798c40c517f264eb595199a9aa79 activated()->triggered() --- diff --git a/gui/identities.cpp b/gui/identities.cpp index 873039ff..9ef5a913 100644 --- a/gui/identities.cpp +++ b/gui/identities.cpp @@ -44,7 +44,7 @@ IdentitiesDlg::IdentitiesDlg(QWidget *parent, QString selected) : QDialog(parent } updateWidgets(); lastIdentity = getCurIdentity(); - connect(ui.identityList, SIGNAL(activated(QString)), this, SLOT(identityChanged(QString))); + connect(ui.identityList, SIGNAL(triggered(QString)), this, SLOT(identityChanged(QString))); connect(ui.editIdentitiesButton, SIGNAL(clicked()), this, SLOT(editIdentities())); connect(ui.nickList, SIGNAL(itemSelectionChanged()), this, SLOT(nickSelectionChanged())); connect(ui.addNickButton, SIGNAL(clicked()), this, SLOT(addNick()));