[grisbi-cvs] [SCM] grisbi branch, master, updated. upstream_version_0_9.0-3-gd7c4a62

Pierre Biava nobody at users.sourceforge.net
Fri Feb 25 20:58:16 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  d7c4a62e261449c94a696ad311edc3d7f674b0bb (commit)
      from  d35d5aeab5908cab9919d323c98a68cb3f640911 (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 d7c4a62e261449c94a696ad311edc3d7f674b0bb
Author: pbiava <pierre.biava at nerim.net>
Date:   Fri Feb 25 20:56:03 2011 +0100

    fixes bug 1293 : Problem of updating of the pointing balance

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

Changes:
diff --git a/src/gsb_form.c b/src/gsb_form.c
index fc81b59..e66c7c2 100644
--- a/src/gsb_form.c
+++ b/src/gsb_form.c
@@ -105,6 +105,7 @@ static gboolean gsb_form_validate_form_transaction ( gint transaction_number,
 
 /*START_EXTERN*/
 extern GdkColor calendar_entry_color;
+extern gint mise_a_jour_liste_comptes_accueil;
 extern GtkWidget *navigation_tree_view;
 extern gsb_real null_real;
 extern GtkWidget *window;
@@ -2660,7 +2661,12 @@ gboolean gsb_form_finish_edition ( void )
     if ( is_transaction )
     {
         affiche_dialogue_soldes_minimaux ();
-        update_transaction_in_trees (transaction_number);
+        update_transaction_in_trees ( transaction_number );
+        if ( gsb_data_transaction_get_marked_transaction ( transaction_number ) == OPERATION_POINTEE )
+        {
+            gsb_navigation_update_statement_label ( account_number );
+            mise_a_jour_liste_comptes_accueil = 1;
+        }
     }
 
     /* as we modify or create a transaction, we invalidate the current report */


hooks/post-receive
-- 
grisbi


More information about the cvs mailing list