Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar-emulator
diff options
context:
space:
mode:
Diffstat (limited to 'sugar-emulator')
-rwxr-xr-xsugar-emulator2
1 files changed, 1 insertions, 1 deletions
diff --git a/sugar-emulator b/sugar-emulator
index aeb5443..4be7de5 100755
--- a/sugar-emulator
+++ b/sugar-emulator
@@ -78,7 +78,7 @@ if len(sys.argv) == 1:
else:
program = sys.argv[1]
-fullscreen = (gtk.gdk.screen_width() <= 1200 and
+fullscreen = (gtk.gdk.screen_width() <= 1200 or
gtk.gdk.screen_height() <= 900)
emulator = Emulator(fullscreen)