From 1d5f8eb581f22cf1fb71c5b4ecf6cdc3e52a5b90 Mon Sep 17 00:00:00 2001 From: Gary Martin Date: Sun, 29 May 2011 15:28:58 +0000 Subject: Added max_participants = 1 so activity does not try to allow collaboration UI --- (limited to 'clock.py') 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() -- cgit v0.9.1