Use the default service to get activity informations, instead
of Activity ps object.
This commit is contained in:
@@ -46,8 +46,6 @@ class BrowserActivity(Activity):
|
||||
self.add(vbox)
|
||||
vbox.show()
|
||||
|
||||
self._pservice = PresenceService()
|
||||
|
||||
if service:
|
||||
service.connect('service-appeared', self._service_appeared_cb)
|
||||
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
[Activity]
|
||||
name = Terminal
|
||||
id = org.sugar.Terminal
|
||||
default_type = _terminal_olpc._udp
|
||||
python_module = terminal.TerminalActivity.TerminalActivity
|
||||
|
||||
Reference in New Issue
Block a user