More work on the chat. Fix terminal api

This commit is contained in:
Marco Pesenti Gritti
2006-08-09 15:53:10 +02:00
parent a9a65f42df
commit 95d9b7fe8e
8 changed files with 53 additions and 33 deletions
+2 -2
View File
@@ -51,8 +51,8 @@ class Terminal(gtk.HBox):
pass
class TerminalActivity(Activity):
def __init__(self, service):
Activity.__init__(self, service)
def __init__(self):
Activity.__init__(self)
self.set_title("Terminal")
-1
View File
@@ -1,5 +1,4 @@
[Activity]
name = Terminal
id = org.sugar.Terminal
default_type = _terminal_olpc._udp
python_module = terminal.TerminalActivity.TerminalActivity