[kopete-bugs] [Bug 139498] Disable "Downloading of Jabber contact photo failed!" error dialog

George Kiagiadakis gkiagiad at csd.uoc.gr
Tue Jul 22 14:37:51 CEST 2008


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=139498         
gkiagiad csd uoc gr changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |gkiagiad csd uoc gr
           Severity|normal                      |wishlist



------- Additional Comments From gkiagiad csd uoc gr  2008-07-22 14:37 -------
I can't reproduce with KDE 4.0.99 but I can confirm that the error message still exists in the source code and it can happen if the contact's avatar is broken.

- in kdenetwork/kopete/protocols/jabber/jabberbasecontact.cpp:639:
// Downalod photo from URI.
if( !KIO::NetAccess::download( vCard.photoURI(), tempPhotoPath, 0) )
{
	KMessageBox::queuedMessageBox( Kopete::UI::Global::mainWidget (), KMessageBox::Sorry, i18n( "Downloading of Jabber contact photo failed!" ) );
	return;
}

This is a wishlist item probably... maybe kopete could just output that message in stderr.


More information about the kopete-bugs mailing list