Pass in shell to the service not just model

This commit is contained in:
Marco Pesenti Gritti
2007-06-29 18:31:35 +02:00
parent 500f5d8093
commit 64812c7d67
2 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -115,8 +115,8 @@ if os.environ.has_key("TP_DEBUG"):
break
model = ShellModel()
service = ShellService(model)
shell = Shell(model)
service = ShellService(shell)
try:
gtk.main()