Re: upgrading and changing distros

2008-03-30 Thread Nathan Buchanan
On Sun, Mar 30, 2008 at 10:53 PM, Larry <[EMAIL PROTECTED]> wrote: > Thank you for responding, > > In copying my files from Mandriva SE 05 to Simply Mepis, do I copy > all .xac files since inception, several years worth. Or do I just copy > the most recent saved file? I can access these files th

GDA: Question about some engine transaction functions

2008-03-30 Thread Phil Longstaff
src/engine/Transaction.c has the following functions: static void qofTransSetNum (Transaction *trans, const char *xnum) { if (!qof_begin_edit(&trans->inst)) return; xaccTransSetNum(trans, xnum); qof_commit_edit(&trans->inst); } void xaccTransSetNum (Transaction *tr