Hi there,<br><br>I'm working on a Sugar activity called <a href="http://xo.orderedpixels.com">Classroom Presenter</a> and have the need to find out when the activity is quitting.  It looks like there is a 'quit' signal in activity.py, but it is part of a private subclass.  The write_file() method seems like the only way to gain access to that information, but that method also gets called occasionally when the activity is not quitting, so this is not a reliable means.<br>
<br>Is there a better way?  A way at all?  If not, should I file a bug report?  Maybe try modifying activity.py and offering a patch?<br><br>Thanks,<br>Kris<br>