From 5456e2ae741a23ecc45df6a9f2b581c66d37ad13 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 16 Oct 2006 11:42:47 +0000 Subject: New hippo-canvas. Run sugar-emulator --- (limited to 'sugar-jhbuild') 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) -- cgit v0.9.1