From ab3ece2632fdd6fc3b5491ac7e9169d21f5f940d Mon Sep 17 00:00:00 2001 From: Raul Gutierrez Segales Date: Tue, 01 Feb 2011 10:36:22 +0000 Subject: A bunch of fixes/hacks to make collab work --- (limited to 'collaboration/activity.py') diff --git a/collaboration/activity.py b/collaboration/activity.py index 06e36df..bd58e92 100644 --- a/collaboration/activity.py +++ b/collaboration/activity.py @@ -355,10 +355,11 @@ class Activity(gobject.GObject): del self._buddies[contact_id] def _get_buddy(self, contact_id): - if contact_id in self._buddies: - return self._buddies[contact_id] - else: - return Buddy(self._account_path, contact_id) + return None + #if contact_id in self._buddies: + # return self._buddies[contact_id] + #else: + # return Buddy(self._account_path, contact_id) def join(self): """Join this activity. -- cgit v0.9.1