Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-05-10 12:17:27 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-05-10 12:17:27 (GMT)
commitda786cdf59d4320db74c8b010cb58189d575a9d3 (patch)
tree4fa64193400e691529b5e749b13ad0ff237521eb
parent000f0c7d1cc1ae83a5ea9fb33950a041bc885706 (diff)
max participants should be 9
-rw-r--r--StoryActivity.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoryActivity.py b/StoryActivity.py
index 64688b9..41cd5eb 100644
--- a/StoryActivity.py
+++ b/StoryActivity.py
@@ -87,7 +87,7 @@ class StoryActivity(activity.Activity):
def _setup_toolbars(self, have_toolbox):
""" Setup the toolbars. """
- self.max_participants = 4
+ self.max_participants = 9
if have_toolbox:
toolbox = ToolbarBox()