X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fidentities.cpp;h=873039ffbaaa60d4a04a1081bb857de36dd5af6a;hp=9ef5a91355761248639f8cd1d30ec9051b02733f;hb=dca268a3539c202e0b8b3c7f912f4cf08d72da4a;hpb=9070a3e905b7798c40c517f264eb595199a9aa79 diff --git a/gui/identities.cpp b/gui/identities.cpp index 9ef5a913..873039ff 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(triggered(QString)), this, SLOT(identityChanged(QString))); + connect(ui.identityList, SIGNAL(activated(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()));