[kopete-bugs] [Bug 147434] Deleting Gadu-Gadu (multi)contacts witch had multiplied themselves causes Kopete to crash
Maciej `Matrach` Matraszek
matrach000 at gmail.com
Sun Nov 1 14:26:40 CET 2009
https://bugs.kde.org/show_bug.cgi?id=147434
--- Comment #7 from Maciej `Matrach` Matraszek <matrach000 gmail com> 2009-11-01 14:26:38 ---
Also polish characters wasn't working, so I made another patch:
(I'm sorry for publishing it in this bug...)
--- kdenetwork-4.3.1/kopete/protocols/gadu/gadusession.cpp 2008-12-10
17:14:05.000000000 +0100
+++ kopete-4.2.4/kopete/protocols/gadu/gadusession.cpp 2009-11-01
13:18:00.000000000 +0100
@@ -550,9 +550,9 @@
QString ul;
switch( event->event.userlist.type ) {
case GG_USERLIST_GET_REPLY:
if ( event->event.userlist.reply ) {
- ul = event->event.userlist.reply;
+ ul = textcodec->toUnicode(event->event.userlist.reply);
kDebug( 14100 ) << "Got Contacts list OK ";
}
else {
kDebug( 14100 ) << "Got Contacts list FAILED/EMPTY ";
Sorry, if the patch is in wrong format, I have generated it for the first time.
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the kopete-bugs
mailing list