[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_7_4-55-g384c163

Pierre Biava nobody at users.sourceforge.net
Mon Oct 25 20:43:43 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  384c163e546a9ad1c57e5a2112178de872fd6a33 (commit)
      from  63f0c530c11823cb39724558dba4253129ab0495 (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 384c163e546a9ad1c57e5a2112178de872fd6a33
Author: pbiava <pierre.biava at nerim.net>
Date:   Mon Oct 25 20:40:56 2010 +0200

    Cancels the commit c5dd78158

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

Changes:
diff --git a/src/gsb_form.c b/src/gsb_form.c
index fd31110..04a24a3 100644
--- a/src/gsb_form.c
+++ b/src/gsb_form.c
@@ -2605,7 +2605,8 @@ gboolean gsb_form_finish_edition ( void )
 
 	/* we need to use edit_transaction to make a new child split if necessary */
 	if ( is_transaction)
-	    gsb_transactions_list_edit_transaction ( transaction_number );
+	    gsb_transactions_list_edit_transaction (
+                        gsb_data_account_get_current_transaction_number (account_number) );
 	else
 	    gsb_scheduler_list_edit_transaction (gsb_scheduler_list_get_current_scheduled_number ());
     }


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list