Make shareActivity work

This commit is contained in:
Dan Williams
2006-07-25 19:04:15 -05:00
parent e5065263a9
commit 164add907d
13 changed files with 84 additions and 82 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ class BrowserActivity(Activity):
self._initial_service.get_activity_id())
self._pservice.join_shared_activity(self._initial_service)
def _service_appeared_cb(self, pservice, buddy, service):
def _service_appeared_cb(self, pservice, service):
# Make sure the service is for our activity
if service.get_activity_id() != self._activity_id:
return