From kde-commits Wed Mar 28 13:54:12 2007 From: Will Stephenson Date: Wed, 28 Mar 2007 13:54:12 +0000 To: kde-commits Subject: branches/KDE/3.5/kdenetwork/kopete/kopete/config/identity Message-Id: <1175090052.063585.17963.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=117508998008961 SVN commit 647488 by wstephens: Backport 647486 : Don't feed the encoded URL to the KURLRequester; QImage can't read it M +1 -1 kopeteidentityconfig.cpp --- branches/KDE/3.5/kdenetwork/kopete/kopete/config/identity/kopeteidentityconfig.cpp #647487:647488 @@ -323,7 +323,7 @@ } } - d->m_view->comboPhotoURL->setURL(d->currentIdentity->customPhoto().url()); + d->m_view->comboPhotoURL->setURL(d->currentIdentity->customPhoto().pathOrURL()); Kopete::MetaContact::PropertySource photoSource = d->currentIdentity->photoSource(); d->m_view->radioPhotoCustom->setChecked(photoSource == Kopete::MetaContact::SourceCustom);