Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/clock.py
diff options
context:
space:
mode:
authorGary Martin <gary@garycmartin.com>2011-05-29 15:28:58 (GMT)
committer Gary Martin <gary@garycmartin.com>2011-05-29 15:28:58 (GMT)
commit1d5f8eb581f22cf1fb71c5b4ecf6cdc3e52a5b90 (patch)
tree0f275ffc5efc7e5bfd5fb6a6234d8e5d81faa17e /clock.py
parentf5095c78971bc3850e90555267d0c7ee11cf3b96 (diff)
Added max_participants = 1 so activity does not try to allow collaboration UI
Diffstat (limited to 'clock.py')
-rwxr-xr-xclock.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/clock.py b/clock.py
index f22106c..3854479 100755
--- a/clock.py
+++ b/clock.py
@@ -191,6 +191,7 @@ class ClockActivity(activity.Activity):
return toolbox
else:
+ self.max_participants = 1
toolbar_box = ToolbarBox()
activity_button = ActivityToolbarButton(self)
activity_button.show()