Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2010-12-09 20:02:21 (GMT)
committer Simon Schampijer <simon@schampijer.de>2010-12-09 20:02:21 (GMT)
commit62cb0e9595fbfa6e1ef7d1edfb968fef0ea253b4 (patch)
treea7186c9bd05b543f26a416ba09c54476907a5bd7 /bin
parent08fab6ff9e09d8b5bf41437a07129408ca836c29 (diff)
Revert debug logs pushed by mistake
This reverts commit 00e7bf0df597575455fc1cacd0096390fa17813f. Conflicts: configure.ac
Diffstat (limited to 'bin')
-rw-r--r--bin/sugar-emulator4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/sugar-emulator b/bin/sugar-emulator
index b0d2e59..8c0aa8e 100644
--- a/bin/sugar-emulator
+++ b/bin/sugar-emulator
@@ -31,8 +31,6 @@ def _run_xephyr(display, dpi, dimensions):
cmd.append(':%d' % display)
cmd.append('-ac')
- cmd.append('-fullscreen')
- '''
if dimensions is not None:
cmd.append('-screen')
cmd.append(dimensions)
@@ -41,7 +39,7 @@ def _run_xephyr(display, dpi, dimensions):
else:
cmd.append('-screen')
cmd.append('%dx%d' % (1200, 900))
- '''
+
if dpi is None:
dpi = gtk.settings_get_default().get_property('gtk-xft-dpi') / 1024
if dpi > 0: