Bug 218635 - Yahoo Messenger friend Icon - Avatars and Webcam
Summary: Yahoo Messenger friend Icon - Avatars and Webcam
Status: RESOLVED FIXED
Alias: None
Product: kopete
Classification: Unmaintained
Component: Yahoo Plugin (other bugs)
Version First Reported In: 0.80.2
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: Kopete Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-12-14 12:49 UTC by Michael Cole
Modified: 2010-01-14 05:17 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. :)