From kde-commits Sat Dec 31 01:34:13 2005 From: =?utf-8?q?Micha=C3=ABl=20Larouche?= Date: Sat, 31 Dec 2005 01:34:13 +0000 To: kde-commits Subject: branches/KDE/3.5/kdenetwork/kopete/kopete/config/identity Message-Id: <1135992853.043258.23897.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=113599286227819 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()