Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-29 16:31:35 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-29 16:31:35 (GMT)
commit64812c7d67c3f926cb7348bd8fffcf6f4d1f219f (patch)
tree6913ba1a295e00c6cca7cfda24a2001a980c383e /shell/sugar-shell
parent500f5d8093024a9321704212db6b73305a6da843 (diff)
Pass in shell to the service not just model
Diffstat (limited to 'shell/sugar-shell')
-rwxr-xr-xshell/sugar-shell2
1 files changed, 1 insertions, 1 deletions
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()