[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
- Next message: [grisbi-cvs] grisbi/src gsb_data_payment.c, 1.12, 1.13 gsb_data_transaction.c, 1.67, 1.68 gsb_scheduler_list.c, 1.70, 1.71 gsb_scheduler_list.h, 1.22, 1.23 gsb_transactions_list.c, 1.175, 1.176 transaction_list.c, 1.43, 1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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;
- Next message: [grisbi-cvs] grisbi/src gsb_data_payment.c, 1.12, 1.13 gsb_data_transaction.c, 1.67, 1.68 gsb_scheduler_list.c, 1.70, 1.71 gsb_scheduler_list.h, 1.22, 1.23 gsb_transactions_list.c, 1.175, 1.176 transaction_list.c, 1.43, 1.44
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list