X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=gui%2Fidentities.cpp;h=9ef5a91355761248639f8cd1d30ec9051b02733f;hp=873039ffbaaa60d4a04a1081bb857de36dd5af6a;hb=9070a3e905b7798c40c517f264eb595199a9aa79;hpb=82403b8a8777d44cbc35619e3bbd4feabfad5dc4 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()));