def delete(self):
if askyesno(title='Deletion',
message='Are you sure you wish to delete this '
'conversation?'):
self.peer.delete_conversation(self.conversation.contact.name)
self.destroy()