Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-jhbuild
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2006-10-16 11:42:47 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2006-10-16 11:42:47 (GMT)
commit5456e2ae741a23ecc45df6a9f2b581c66d37ad13 (patch)
tree5b4466a95acf60eb0629bcd577e62a96b58a4914 /sugar-jhbuild
parent704b1250facfaa680761a8eeb30812d27bb5e957 (diff)
New hippo-canvas.
Run sugar-emulator
Diffstat (limited to 'sugar-jhbuild')
-rwxr-xr-xsugar-jhbuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sugar-jhbuild b/sugar-jhbuild
index 878c44a..fa7ebb9 100755
--- a/sugar-jhbuild
+++ b/sugar-jhbuild
@@ -73,9 +73,7 @@ jhbuild.config.addpath('GTK_PATH', os.path.join(config.prefix, path))
path = 'etc/gtk-2.0/gtkrc'
jhbuild.config.addpath('GTK2_RC_FILES', os.path.join(config.prefix, path))
-os.environ['SUGAR_EMULATOR'] = 'yes'
-
if command == 'run' and len(args) == 0:
- jhbuild.commands.run(command, config, ['sugar'])
+ jhbuild.commands.run(command, config, ['sugar-emulator'])
else:
jhbuild.commands.run(command, config, args)