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);