Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cameron <quozl@laptop.org>2010-05-24 10:28:19 (GMT)
committer Gonzalo Odiard <gonzalo@nautilus.localdomain>2010-06-09 16:19:25 (GMT)
commitc449b42e4815b3c9f73b1329297773d08d52c3b7 (patch)
treef99ab0f537806a23182cefa06d6b085681beb6a3
parentf748e6f8f07e03467b8915eabd125a556dc8e599 (diff)
turn off activity sharing #1863
The activity does not support sharing, yet the toolbar presents sharing as an option. This patch can be reverted once sharing is implemented. See also http://bugs.sugarlabs.org/ticket/1863 http://dev.laptop.org/ticket/7888 http://dev.laptop.org/ticket/8228
-rw-r--r--OficinaActivity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/OficinaActivity.py b/OficinaActivity.py
index f7dd088..332f198 100644
--- a/OficinaActivity.py
+++ b/OficinaActivity.py
@@ -84,6 +84,7 @@ class OficinaActivity(activity.Activity):
"""
activity.Activity.__init__(self, handle)
+ self.max_participants = 1
logging.debug('Starting Paint activity (Oficina)')