2007-11-27 [wwp] 3.1.0cvs32
[claws.git] / src / addritem.c
index a6b820f41f6a7e7e7611f3755e868e876e8982df..525ed6bf4a1fc58b2bc4879602f710c599899067 100644 (file)
@@ -241,7 +241,7 @@ ItemPerson *addritem_copy_item_person( ItemPerson *item ) {
        if( item ) {
                itemNew = addritem_create_item_person();
                ADDRITEM_NAME(itemNew) = g_strdup( ADDRITEM_NAME(item) );
-               itemNew->picture = g_strdup( item->picture );
+               itemNew->picture = g_strdup( ADDRITEM_ID(itemNew) );
                itemNew->firstName = g_strdup( item->firstName );
                itemNew->lastName = g_strdup( item->lastName );
                itemNew->nickName = g_strdup( item->nickName );