------- 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=47979         




------- Additional Comments From js lastlog de  2008-02-10 04:50 -------
# diff kopeteaccount.cpp /tmp/kopeteaccount.cpp
257,259c257,261
<               KMessageBox::queuedMessageBox( 
Kopete::UI::Global::mainWidget(), KMessageBox::Error,
<                       i18n("You are not allowed to add yourself to the 
contact list. The addition of \"%1\" to account \"%2\" will not take 
place.").arg(contactId,accountId()), i18n("Error Creating Contact")
<               );
---
>               QString text = QString().fromAscii("You can't add your own 
> contact to your own contact list in kopete!");
>               QString caption = QString().fromAscii("icq contact issue");
>               QString name = QString().fromAscii("kopete won't add your own 
> contact to your own contact list");
>
>               KMessageBox::information(Kopete::UI::Global::mainWidget(), 
> text, caption, name);
320a323,324
>       // this function will be called if you're own contact id wasn't yet 
> added to your
>         // contact list
325a330
>

please add this patch (made for kopete 3.5.8) to the vcs version of kopete. it 
will remove the nasty error every kopete start. (ok i could also start any 
other IM and remove my own contact from my own contact list) but i can live 
with this situation + this patch

this patch is hopefully what we want. a kopete developer noticed when using 
information() instead of using queuedMessageBox() might crash kopete. i 
couldn't reproduce this and i tried pretty hard. maybe someone else has more 
luck crashing it.

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

Reply via email to