From 7ae818a3e9144eb5bc225e288b94401343a87faf Mon Sep 17 00:00:00 2001 From: Kris Maglione Date: Sun, 30 May 2010 11:28:06 -0400 Subject: [PATCH] [python] Launch witray in the background at startup. --- alternative_wmiircs/python/wmiirc.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alternative_wmiircs/python/wmiirc.py b/alternative_wmiircs/python/wmiirc.py index 9e678c34..bf9ab029 100644 --- a/alternative_wmiircs/python/wmiirc.py +++ b/alternative_wmiircs/python/wmiirc.py @@ -306,6 +306,6 @@ if not os.environ.get('WMII_NOPLUGINS', ''): except Exception, e: traceback.print_exc(sys.stdout) -call(*tray) +call(*tray, background=True) # vim:se sts=4 sw=4 et: