Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell/sugar-shell
diff options
context:
space:
mode:
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()