changeset ee64d6744df4 in /home/hg/repos/gajim
details:http://hg.gajim.org/gajim?cmd=changeset;node=ee64d6744df4
description: [waldteufel] stop generating zombies when playing sound. Fixes
#5308
diffstat:
src/common/helpers.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r b9469f323f55 -r ee64d6744df4 src/common/helpers.py
--- a/src/common/helpers.py Tue Oct 06 21:27:40 2009 +0200
+++ b/src/common/helpers.py Tue Oct 06 21:35:48 2009 +0200
@@ -356,7 +356,7 @@
return False
def exec_command(command):
- subprocess.Popen(command, shell = True)
+ subprocess.Popen(command + ' &', shell = True).wait()
def build_command(executable, parameter):
# we add to the parameter (can hold path with spaces)
_______________________________________________
Commits mailing list
[email protected]
http://lists.gajim.org/cgi-bin/listinfo/commits