[gnoduino/gnoduino-0-4-0] Bug 675551 - Program crash on opening reference



commit 7a00a71cfd2d1a9eb2db09eb0d5736648794d9dc
Author: Lucian Langa <lucilanga gnome org>
Date:   Thu May 10 09:19:11 2012 +0200

    Bug 675551 - Program crash on opening reference

 src/misc.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/misc.py b/src/misc.py
index 377e1e4..27f49b1 100644
--- a/src/misc.py
+++ b/src/misc.py
@@ -360,7 +360,7 @@ def launch_in_browser(page):
 		import gconf
 		client = gconf.client_get_default()
 		prog = client.get_string("/desktop/gnome/url-handlers/http/command")
-		subprocess.call(prog % page, shell=True)
+		subprocess.Popen(prog % page, shell=True)
 	except:
 		gtk.show_uri(None, "file:///"+page, int(time.time()))
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]