[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_3-75-g2f00803
Pierre Biava
nobody at users.sourceforge.net
Mon Oct 11 22:01:07 CEST 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "grisbi".
The branch, master has been updated
via 2f008034007bed0b78e260a557b621acdd7400da (commit)
from b20fca29525c9cd2140d191d7944c91ad612a3f5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2f008034007bed0b78e260a557b621acdd7400da
Author: pbiava <pierre.biava at nerim.net>
Date: Mon Oct 11 21:47:57 2010 +0200
initializes to 0 the archive number of a copy of a transaction
-----------------------------------------------------------------------
Changes:
diff --git a/src/gsb_data_transaction.c b/src/gsb_data_transaction.c
index b8b9d33..ec50f3c 100644
--- a/src/gsb_data_transaction.c
+++ b/src/gsb_data_transaction.c
@@ -2164,6 +2164,9 @@ gboolean gsb_data_transaction_copy_transaction ( gint source_transaction_number,
target_transaction -> archive_number = 0;
}
+ /* make the archive_number */
+ target_transaction -> archive_number = 0;
+
/* make a new copy of all the pointers */
if ( target_transaction -> notes)
target_transaction -> notes = my_strdup ( source_transaction -> notes );
hooks/post-receive
--
grisbi
More information about the cvs
mailing list