SVN commit 492766 by mlarouche: Backport of: BUG: Fix crash(and weird) bug in Configure Global Identity. M +0 -2 kopeteidentityconfig.cpp --- branches/KDE/3.5/kdenetwork/kopete/kopete/config/identity/kopeteidentityconfig.cpp #492765:492766 @@ -147,8 +147,6 @@ connect(d->m_view->lineNickname, SIGNAL(textChanged(const QString& )), this, SLOT(slotSettingsChanged())); connect(d->m_view->comboNameContact, SIGNAL(activated(int )), this, SLOT(slotSettingsChanged())); connect(d->m_view->comboPhotoContact, SIGNAL(activated(int )), this, SLOT(slotEnableAndDisableWidgets())); - - connect(this, SIGNAL(changed(bool)), this, SLOT(slotSettingsChanged())); } KopeteIdentityConfig::~KopeteIdentityConfig()