[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_99-39-gdf58fb5

Pierre Biava nobody at users.sourceforge.net
Sun Feb 6 08:49:38 CET 2011


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  df58fb5900611f9f90a2ef04d9da0d58c0120660 (commit)
      from  12ea27cdc947717f64f78ba3bf31e84690f09f9c (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 df58fb5900611f9f90a2ef04d9da0d58c0120660
Author: pbiava <pierre.biava at nerim.net>
Date:   Sun Feb 6 08:47:57 2011 +0100

    Fixed a side effect of the change in control of dates.

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

Changes:
diff --git a/src/gsb_form.c b/src/gsb_form.c
index b33a17b..d0edcd9 100644
--- a/src/gsb_form.c
+++ b/src/gsb_form.c
@@ -2766,7 +2766,8 @@ gboolean gsb_form_validate_form_transaction ( gint transaction_number,
 
             return (FALSE);
         }
-        else if ( gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_RAPPROCHEE
+        else if ( is_transaction
+         && gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_RAPPROCHEE
          && mother_number == 0 )
         {
             GDate *value_date;


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list