don't block tray app on selection
authorom
Wed, 11 Dec 2013 15:03:51 +0100
changeset 441d4afdfca7a9
parent 43 7c2e34bcdf3d
child 45 fe6af6fe1228
don't block tray app on selection
OpenSecurity/bin/opensecurity_tray.pyw
     1.1 --- a/OpenSecurity/bin/opensecurity_tray.pyw	Wed Dec 11 14:49:34 2013 +0100
     1.2 +++ b/OpenSecurity/bin/opensecurity_tray.pyw	Wed Dec 11 15:03:51 2013 +0100
     1.3 @@ -108,7 +108,6 @@
     1.4              process_command = [sys.executable, dlg_launch_image, browsing_vm, '/usr/bin/iceweasel']
     1.5              print(process_command)
     1.6              process = subprocess.Popen(process_command, shell = False)
     1.7 -            process.communicate()
     1.8              
     1.9          except:
    1.10              dlg.hide()