Pass in shell to the service not just model
This commit is contained in:
+1
-1
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user