From 5b20b05cc870c0b867f94198a898a0b688a22ead Mon Sep 17 00:00:00 2001 From: Dan Williams Date: Fri, 16 Mar 2007 12:24:20 -0400 Subject: [PATCH] Current activity has its own signal now --- services/presence2/presenceservice.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/services/presence2/presenceservice.py b/services/presence2/presenceservice.py index f5ee2967..d4ad38c3 100644 --- a/services/presence2/presenceservice.py +++ b/services/presence2/presenceservice.py @@ -216,10 +216,6 @@ class PresenceService(dbus.service.Object): if not activity.get_joined_buddies(): self._remove_activity(activity) - # current activity - if len(activities) > 0: - buddy.set_properties({'current-activity':activities[0]}) - def _activity_invitation(self, tp, act_id): activity = self._activities.get(act_id) if activity: