Bug 218635

Summary: Yahoo Messenger friend Icon - Avatars and Webcam
Product: [Unmaintained] kopete Reporter: Michael Cole <colemichae>
Component: Yahoo PluginAssignee: Kopete Developers <kopete-bugs-null>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version First Reported In: 0.80.2   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Michael Cole 2009-12-14 12:49:40 UTC
Version:           0.80.2 (using Devel)
Compiler:          gcc version 4.4.1 (GCC) 
OS:                Linux
Installed from:    Compiled sources

The icons of friends are not downloaded..

The webcam application does not send nor receive the webcam images.

please review where you have this line of code
in the file webcamtask.cpp


socket->read( data.data (), data.size () );

I have substituted 
data = socket->readAll();

works fine

will add more details for your information
Comment 1 Matt Rogers 2009-12-14 23:15:19 UTC
attach a patch and CC me on the bug please, and I'll get it committed.
Comment 2 Matt Rogers 2010-01-14 05:17:03 UTC
Fixed with your own patch. :)