Author: dmeyer
Date: Thu Apr 13 10:35:14 2006
New Revision: 8148

Modified:
   trunk/ui/src/helpers/main.py

Log:
catch system exit

Modified: trunk/ui/src/helpers/main.py
==============================================================================
--- trunk/ui/src/helpers/main.py        (original)
+++ trunk/ui/src/helpers/main.py        Thu Apr 13 10:35:14 2006
@@ -280,6 +280,9 @@
     # start main loop
     kaa.notifier.loop()
 
+except SystemExit:
+    kaa.notifier.shutdown()
+
 except:
     log.exception('Crash!')
     kaa.notifier.shutdown()


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to