Sorry for that patch. It was just wrong. Sorry.

Bye,
Rafael Fernández López.
Index: kopete/libkopete/kopetepicture.cpp
===================================================================
--- kopete/libkopete/kopetepicture.cpp  (revisión: 591441)
+++ kopete/libkopete/kopetepicture.cpp  (copia de trabajo)
@@ -71,7 +71,9 @@
 
 Picture &Picture::operator=(const Picture &other)
 {
-       d = other.d;
+       if( this != &other )
+               d = other.d;
+
        return *this;
 }
 
_______________________________________________
kopete-devel mailing list
[email protected]
https://mail.kde.org/mailman/listinfo/kopete-devel

Reply via email to