Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2007-03-09 12:53:26 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2007-03-09 12:53:26 (GMT)
commit73c1dbe4a7d8b5e54b6c16f82690200abaedf978 (patch)
tree15e3621ef3a2294ee729f437abc0981cce76b883 /sugar
parent6afd512d55dacc16758428d15dd06dd41ce8f889 (diff)
CLeanup emulator shutdown
Diffstat (limited to 'sugar')
-rw-r--r--sugar/emulator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar/emulator.py b/sugar/emulator.py
index 90d6cf9..bc06924 100644
--- a/sugar/emulator.py
+++ b/sugar/emulator.py
@@ -98,7 +98,7 @@ class XephyrProcess(Process):
def start(self, standard_output=False):
Process.start(self)
os.environ['DISPLAY'] = ":%d" % (self._display)
- os.environ['SUGAR_XEPHYR_PID'] = '%d' % self.pid
+ os.environ['SUGAR_EMULATOR_PID'] = '%d' % self.pid
class Emulator(object):
"""The OLPC emulator"""