Starts working on unexpected crash on exit

This commit is contained in:
2012-09-02 11:56:04 +02:00
parent c16bed942c
commit 302df1e9ab

View File

@@ -199,6 +199,8 @@ either expressed or implied, of the FreeBSD Project."""
Called when the IvolutionWindow is closed, or File/Exit is called. Called when the IvolutionWindow is closed, or File/Exit is called.
""" """
# Clean up code for saving application state should be added here. # Clean up code for saving application state should be added here.
self.my_logger.debug("Exit pressed")
self.console_logger.debug("Exit pressed")
self.notify(["Application", ["STOP"]]) # Asking the Facemovie to stop self.notify(["Application", ["STOP"]]) # Asking the Facemovie to stop
self.process_running = False self.process_running = False
#self.Close(True) # Close the frame. #self.Close(True) # Close the frame.