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




------- Additional Comments From ogoffart kde org  2006-07-26 19:19 -------
SVN commit 566670 by ogoffart:

This may fix Bug 131144. But i have not been able to reproduce it.  Please test.

CCBUG: 131144




 M  +2 -1      kopetemessage.cpp  


--- branches/kopete/0.12/kopete/libkopete/kopetemessage.cpp #566669:566670
 @ -29,6 +29,7  @
 #include <kiconloader.h>
 #include <kstringhandler.h>
 #include <kmdcodec.h>
+#include <qguardedptr.h>
 
 #include "kopetemessage.h"
 #include "kopetemetacontact.h"
 @ -49,7 +50,7  @
                 const QString &body, const QString &subject, MessageDirection 
direction, MessageFormat f,
                 const QString &requestedPlugin, MessageType type );
 
-       const Contact *from;
+       QGuardedPtr<const Contact> from;
        ContactPtrList to;
        ChatSession *manager;
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to