[grisbi-cvs] grisbi/src gsb_transactions_list.c,1.174,1.175

Pierre Biava pbiava at users.sourceforge.net
Sun Jul 5 08:47:34 CEST 2009


Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv802

Modified Files:
	gsb_transactions_list.c 
Log Message:
fixed bug 549

Index: gsb_transactions_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list.c,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -d -r1.174 -r1.175
--- gsb_transactions_list.c	17 Jun 2009 19:39:51 -0000	1.174
+++ gsb_transactions_list.c	5 Jul 2009 06:47:31 -0000	1.175
@@ -221,7 +221,7 @@
                         gboolean keep_selected_transaction )
 {
     gint selected_transaction = 0;
-
+devel_debug ("\n");
     /* called sometimes with gsb_gui_navigation_get_current_account, so check we are 
      * on an account */
     if ( account_number == -1 )
@@ -610,8 +610,6 @@
 {
     gint account_number;
 
-    devel_debug_int (transaction_number);
-
     account_number = gsb_data_transaction_get_account_number (transaction_number);
 
     /* append the transaction to the tree view */
@@ -2246,7 +2244,8 @@
 
     /* now we can update the element */
     transaction_list_update_element (element);
-    update_titres_tree_view ();
+    recuperation_noms_colonnes_et_tips ( );
+    update_titres_tree_view ( );
     if ( etat.modification_fichier == 0 )
         modification_fichier ( TRUE );
     return FALSE;



More information about the cvs mailing list