[GRASS-SVN] r58602 - grass/trunk/gui/wxpython/timeline

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jan 3 17:35:48 PST 2014


Author: huhabla
Date: 2014-01-03 17:35:48 -0800 (Fri, 03 Jan 2014)
New Revision: 58602

Modified:
   grass/trunk/gui/wxpython/timeline/frame.py
Log:
Removed explicit termination of the TimeLineFrame stand alone process


Modified: grass/trunk/gui/wxpython/timeline/frame.py
===================================================================
--- grass/trunk/gui/wxpython/timeline/frame.py	2014-01-03 23:20:20 UTC (rev 58601)
+++ grass/trunk/gui/wxpython/timeline/frame.py	2014-01-04 01:35:48 UTC (rev 58602)
@@ -94,12 +94,7 @@
         if self.dbif.connected is True:
             self.dbif.close()
         tgis.stop_subprocesses()
-        # We need to kill the child process explicitely to avoid 
-        # orphaned g.gui.timeline stand-alone processes. 
-        if self.is_standalone is True:
-            pid = os.getpid()
-            os.kill(pid, signal.SIGQUIT) #or signal.SIGKILL 
-        
+
     def _layout(self):
         """!Creates the main panel with all the controls on it:
              * mpl canvas



More information about the grass-commit mailing list