* fix call to pgend_trans_rollback_edit()

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@7324 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Derek Atkins 2002-10-16 14:38:24 +00:00
parent 37be0a14be
commit 402a1187c1
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
2002-10-16 Derek Atkins <derek@ihtfp.com> 2002-10-16 Derek Atkins <derek@ihtfp.com>
* add more debugging to new PostgresBackend functions * add more debugging to new PostgresBackend functions
* fix call to pgend_trans_rollback_edit()
2002-10-15 Derek Atkins <derek@ihtfp.com> 2002-10-15 Derek Atkins <derek@ihtfp.com>
* Christian Krause's dialog-utils patch for style * Christian Krause's dialog-utils patch for style

View File

@ -1677,7 +1677,7 @@ pgend_do_rollback (Backend *bend, GNCIdTypeConst type, gpointer object)
if (!safe_strcmp (type, GNC_ID_TRANS)) { if (!safe_strcmp (type, GNC_ID_TRANS)) {
Transaction *txn = (Transaction*) object; Transaction *txn = (Transaction*) object;
return pgend_trans_rollback_edit (bend, txn, txn->orig); return pgend_trans_rollback_edit (bend, txn);
} }
case MODE_SINGLE_UPDATE: case MODE_SINGLE_UPDATE: