Fixed stupid bug
This commit is contained in:
parent
13503e4bca
commit
7376f30421
2
gfceu
2
gfceu
|
@ -278,7 +278,7 @@ def launch(passed, local=False):
|
||||||
# FIXME
|
# FIXME
|
||||||
# This seems like a bit of a dirty hack.
|
# This seems like a bit of a dirty hack.
|
||||||
# Does anyone know of a more elegant solution?
|
# Does anyone know of a more elegant solution?
|
||||||
for x in range(1,20):
|
for x in range(0,2):
|
||||||
gtk.main_iteration_do()
|
gtk.main_iteration_do()
|
||||||
|
|
||||||
os.system(command)
|
os.system(command)
|
||||||
|
|
Loading…
Reference in New Issue