Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-07-26 16:00:28 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-07-26 16:00:28 (GMT)
commitd778d45b13eb261d623d426097bf36bf6470a398 (patch)
tree3d59bdfaa215a27b33065b9dc75e6a03a6220ec6 /sugar
parente1928878f9fd7bba493b10eacc726a470f531086 (diff)
Load the current page when joining an active.
Get back page sharing to work.
Diffstat (limited to 'sugar')
-rw-r--r--sugar/p2p/model/LocalModel.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/sugar/p2p/model/LocalModel.py b/sugar/p2p/model/LocalModel.py
index 5be542b..b19e07e 100644
--- a/sugar/p2p/model/LocalModel.py
+++ b/sugar/p2p/model/LocalModel.py
@@ -38,8 +38,7 @@ class LocalModel(AbstractModel):
def _setup_service(self):
service = self._pservice.share_activity(self._activity,
- stype = LocalModel.SERVICE_TYPE,
- address = '')
+ stype = LocalModel.SERVICE_TYPE)
self._setup_server(service)
# FIXME this is duplicated with StreamReader