Hi
kopete has a bug that make system freeze. 
It's showing a message box in unlimited  times and make x server freeze, It's 
say : "The picture was not successfully uploaded"

I dont know why kopete can't uploaded picture successfully, maybe government 
blocked one of the Yahoo servers or on of the Yahoo server blocked our country 
or maybe it's also happend on other countries or ... :D

anyway kopete can't upload Picture and happend this problem.

Yesterday I downloaded kdenetwork 4.6.5 and find and fix this bug.
and I Decided to send pach for you :

=====================================
kopete/protocols/yahoo/yahooaccount.cpp
242c242
                QObject::connect(m_session, SIGNAL(error(int)),
-                                this, SLOT(slotError(int)));
---
                QObject::connect(m_session, SIGNAL(error(int)),
+                                this, SLOT(slotError(int)) , 
Qt::QueuedConnection );
====================================

It's make all problems fixed.

Thank You
Bardia
_______________________________________________
kopete-devel mailing list
kopete-devel@kde.org
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to