Fixed stupid bug

This commit is contained in:
punkrockguy318 2006-09-22 02:12:56 +00:00
parent 13503e4bca
commit 7376f30421
1 changed files with 1 additions and 1 deletions

2
gfceu
View File

@ -278,7 +278,7 @@ def launch(passed, local=False):
# FIXME
# This seems like a bit of a dirty hack.
# Does anyone know of a more elegant solution?
for x in range(1,20):
for x in range(0,2):
gtk.main_iteration_do()
os.system(command)