فهرست منبع

Removed explicit termination of the TimeLineFrame stand alone process

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58602 15284696-431f-4ddb-bdfa-cd5b030d7da7
Soeren Gebbert 11 سال پیش
والد
کامیت
eca47742bd
1فایلهای تغییر یافته به همراه1 افزوده شده و 6 حذف شده
  1. 1 6
      gui/wxpython/timeline/frame.py

+ 1 - 6
gui/wxpython/timeline/frame.py

@@ -94,12 +94,7 @@ class TimelineFrame(wx.Frame):
         if self.dbif.connected is True:
         if self.dbif.connected is True:
             self.dbif.close()
             self.dbif.close()
         tgis.stop_subprocesses()
         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):
     def _layout(self):
         """!Creates the main panel with all the controls on it:
         """!Creates the main panel with all the controls on it:
              * mpl canvas
              * mpl canvas