From 302df1e9ab755f2b26d1794f259e18bbab05fe11 Mon Sep 17 00:00:00 2001 From: Julien Lengrand-Lambert Date: Sun, 2 Sep 2012 11:56:04 +0200 Subject: [PATCH] Starts working on unexpected crash on exit --- ivolution/gui/IvolutionWindow.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ivolution/gui/IvolutionWindow.py b/ivolution/gui/IvolutionWindow.py index 9b1a686..7330679 100644 --- a/ivolution/gui/IvolutionWindow.py +++ b/ivolution/gui/IvolutionWindow.py @@ -199,6 +199,8 @@ either expressed or implied, of the FreeBSD Project.""" Called when the IvolutionWindow is closed, or File/Exit is called. """ # 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.process_running = False #self.Close(True) # Close the frame.