Load the current page when joining an active.

Get back page sharing to work.
This commit is contained in:
Marco Pesenti Gritti
2006-07-26 18:00:28 +02:00
parent e1928878f9
commit d778d45b13
4 changed files with 29 additions and 21 deletions
+1 -2
View File
@@ -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