From 71e610b074e2fa1b5a6a398fe0871b9ab62f7760 Mon Sep 17 00:00:00 2001 From: Sebastian Silva Date: Tue, 29 Mar 2011 15:44:17 +0000 Subject: Actually, we do have collaboration. --- diff --git a/activity.py b/activity.py index 551637b..7a32a6d 100644 --- a/activity.py +++ b/activity.py @@ -40,9 +40,6 @@ class StopWatchActivity(Activity): Activity.__init__(self, handle) self._logger = logging.getLogger('stopwatch-activity') - # we do not have collaboration features - # make the share option insensitive - self.max_participants = 1 gobject.threads_init() # top toolbar with share and close buttons: -- cgit v0.9.1