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