[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_97-12-g69dbcb4

Pierre Biava nobody at users.sourceforge.net
Fri Dec 31 18:46:18 CET 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  69dbcb42c017a5080893e407f8337b78c3aa1a80 (commit)
      from  129fcbd96431edb785c20ce76d409eb81b87ebb3 (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 69dbcb42c017a5080893e407f8337b78c3aa1a80
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Dec 31 18:45:34 2010 +0100

    Fixed a bug introduced by controlling the date of reconciled transactions

-----------------------------------------------------------------------

Changes:
diff --git a/src/gsb_form.c b/src/gsb_form.c
index b971ca9..af77713 100644
--- a/src/gsb_form.c
+++ b/src/gsb_form.c
@@ -2755,7 +2755,8 @@ gboolean gsb_form_validate_form_transaction ( gint transaction_number,
             g_date_free ( save_form_date );
         save_form_date = gsb_date_copy ( gsb_calendar_entry_get_date ( widget ) );
 
-        if ( gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_RAPPROCHEE
+        if ( is_transaction
+         && gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_RAPPROCHEE
          && mother_number == 0 )
         {
             const GDate *init_date;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list