From 64812c7d67c3f926cb7348bd8fffcf6f4d1f219f Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Fri, 29 Jun 2007 16:31:35 +0000 Subject: Pass in shell to the service not just model --- (limited to 'shell/sugar-shell') diff --git a/shell/sugar-shell b/shell/sugar-shell index d84827b..08b7b85 100755 --- a/shell/sugar-shell +++ b/shell/sugar-shell @@ -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() -- cgit v0.9.1