Ok, I'm just about on top of the vast spew of emails you guys have
generated. Seems to me more than ever that people who don't go to these
meetings are touchier than they should be. And that people who do go to
them are more abrupt than they should be ;-)

Ah well. Nobody's died!

Moving on. Bo, you posted a patch for review, so here're some comments.

Regards,
Angus

Index: src/session.C
===================================================================
--- src/session.C       (revision 15495)
+++ src/session.C       (working copy)
@@ -167,6 +167,12 @@
 }
 
 
+Session::~Session()
+{
+       writeFile();
+}

Now that LyX is using exceptions you should wrap all non-trivial code
in destructors in a try-catch block, or you're asking for nasty, nasty,
nasty things to happen...

Angus

Reply via email to