[grisbi-cvs] grisbi/src balance_estimate_data.c,1.23,1.24
Pierre Biava
pbiava at users.sourceforge.net
Tue May 4 20:13:59 CEST 2010
- Previous message: [grisbi-cvs] grisbi/src affichage.c, 1.173, 1.174 affichage_liste.c, 1.122, 1.123 balance_estimate_config.c, 1.15, 1.16 balance_estimate_data.c, 1.22, 1.23 balance_estimate_data.h, 1.15, 1.16 balance_estimate_future.c, 1.9, 1.10 balance_estimate_future.h, 1.5, 1.6 balance_estimate_tab.c, 1.66, 1.67 balance_estimate_tab.h, 1.15, 1.16 barre_outils.c, 1.133, 1.134 custom_list.c, 1.7, 1.8 erreur.c, 1.100, 1.101 etats_config.c, 1.177, 1.178 export_csv.c, 1.28, 1.29 fenetre_principale.c, 1.135, 1.136 file_obfuscate_qif.c, 1.5, 1.6 go-charmap-sel.c, 1.12, 1.13 go-optionmenu.c, 1.11, 1.12 gsb_account.c, 1.49, 1.50 gsb_account_property.c, 1.53, 1.54 gsb_archive_config.c, 1.29, 1.30 gsb_assistant_account.c, 1.27, 1.28 gsb_assistant_archive.c, 1.44, 1.45 gsb_assistant_archive_export.c, 1.20, 1.21 gsb_assistant_file.c, 1.19, 1.20 gsb_assistant_first.c, 1.29, 1.30 gsb_assistant_reconcile_config.c, 1.29, 1.30 gsb_autofunc.c, 1.27, 1.28 gsb_automem.c, 1.28, 1.29 gsb_bank.c, 1.26, 1.27 gsb_data_account.c, 1.103, 1.104 gsb_data_archive.c, 1.16, 1.17 gsb_data_ archive_store.c, 1.18, 1.19 gsb_data_bank.c, 1.14, 1.15 gsb_data_budget.c, 1.56, 1.57 gsb_data_currency.c, 1.19, 1.20 gsb_data_currency_link.c, 1.17, 1.18 gsb_data_fyear.c, 1.22, 1.23 gsb_data_import_rule.c, 1.5, 1.6 gsb_data_partial_balance.c, 1.12, 1.13 gsb_data_partial_balance.h, 1.3, 1.4 gsb_data_payee.c, 1.53, 1.54 gsb_data_payment.c, 1.21, 1.22 gsb_data_reconcile.c, 1.22, 1.23 gsb_data_report.c, 1.34, 1.35 gsb_data_report_amout_comparison.c, 1.14, 1.15 gsb_data_report_text_comparison.c, 1.17, 1.18 gsb_data_scheduled.c, 1.34, 1.35 gsb_data_transaction.c, 1.88, 1.89 gsb_file.c, 1.64, 1.65 gsb_file_config.c, 1.96, 1.97 gsb_file_load.c, 1.221, 1.222 gsb_file_save.c, 1.165, 1.166 gsb_reconcile.h, 1.2, 1.3 gsb_transactions_list.c, 1.210, 1.211 gsb_transactions_list_sort.c, 1.23, 1.24 gtk_combofix.c, 1.75, 1.76 import.c, 1.332, 1.333 main.c, 1.175, 1.176 menu.c, 1.151, 1.152 navigation.c, 1.143, 1.144 parametres.c, 1.214, 1.215 parse_cmdline.c, 1.18, 1.19 print_report.c, 1.11, 1.12 print_transactions_list.c, 1.14, 1.15 qif.c, 1.145, 1.146 str uctures.h, 1.246, 1.247 tiers_onglet.c, 1.172, 1.173 traitement_variables.c, 1.193, 1.194 transaction_list.c, 1.61, 1.62 transaction_list_select.c, 1.10, 1.11 transaction_list_sort.h, 1.1, 1.2 transaction_model.c, 1.7, 1.8 transaction_model.h, 1.2, 1.3 utils.c, 1.64, 1.65 utils.h, 1.29, 1.30 utils_font.c, 1.4, 1.5
- Next message: [grisbi-cvs] grisbi/src balance_estimate_config.c, 1.16, 1.17 balance_estimate_data.c, 1.24, 1.25 balance_estimate_future.c, 1.10, 1.11 balance_estimate_future.h, 1.6, 1.7 balance_estimate_tab.c, 1.67, 1.68 gsb_data_account.c, 1.104, 1.105 gsb_form.c, 1.163, 1.164 traitement_variables.c, 1.194, 1.195
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv29817
Modified Files:
balance_estimate_data.c
Log Message:
fixes a bug in data storage for estimate budgetary
Index: balance_estimate_data.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/balance_estimate_data.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- balance_estimate_data.c 4 May 2010 12:27:52 -0000 1.23
+++ balance_estimate_data.c 4 May 2010 18:13:57 -0000 1.24
@@ -84,7 +84,7 @@
static gint future_number;
/** the hashtable for account_balance */
-static GHashTable *bet_transfert_list = NULL;
+static GHashTable *bet_transfert_list;
static gint transfert_number;
/* force la mise à jour des données */
@@ -719,7 +719,11 @@
gpointer key, value;
gint index = 0;
- if ( g_hash_table_size ( bet_hist_div_list ) == 0 )
+ if ( g_hash_table_size ( bet_hist_div_list ) == 0
+ &&
+ g_hash_table_size ( bet_future_list ) == 0
+ &&
+ g_hash_table_size ( bet_transfert_list ) == 0 )
return NULL;
tab = g_ptr_array_new ( );
- Previous message: [grisbi-cvs] grisbi/src affichage.c, 1.173, 1.174 affichage_liste.c, 1.122, 1.123 balance_estimate_config.c, 1.15, 1.16 balance_estimate_data.c, 1.22, 1.23 balance_estimate_data.h, 1.15, 1.16 balance_estimate_future.c, 1.9, 1.10 balance_estimate_future.h, 1.5, 1.6 balance_estimate_tab.c, 1.66, 1.67 balance_estimate_tab.h, 1.15, 1.16 barre_outils.c, 1.133, 1.134 custom_list.c, 1.7, 1.8 erreur.c, 1.100, 1.101 etats_config.c, 1.177, 1.178 export_csv.c, 1.28, 1.29 fenetre_principale.c, 1.135, 1.136 file_obfuscate_qif.c, 1.5, 1.6 go-charmap-sel.c, 1.12, 1.13 go-optionmenu.c, 1.11, 1.12 gsb_account.c, 1.49, 1.50 gsb_account_property.c, 1.53, 1.54 gsb_archive_config.c, 1.29, 1.30 gsb_assistant_account.c, 1.27, 1.28 gsb_assistant_archive.c, 1.44, 1.45 gsb_assistant_archive_export.c, 1.20, 1.21 gsb_assistant_file.c, 1.19, 1.20 gsb_assistant_first.c, 1.29, 1.30 gsb_assistant_reconcile_config.c, 1.29, 1.30 gsb_autofunc.c, 1.27, 1.28 gsb_automem.c, 1.28, 1.29 gsb_bank.c, 1.26, 1.27 gsb_data_account.c, 1.103, 1.104 gsb_data_archive.c, 1.16, 1.17 gsb_data_ archive_store.c, 1.18, 1.19 gsb_data_bank.c, 1.14, 1.15 gsb_data_budget.c, 1.56, 1.57 gsb_data_currency.c, 1.19, 1.20 gsb_data_currency_link.c, 1.17, 1.18 gsb_data_fyear.c, 1.22, 1.23 gsb_data_import_rule.c, 1.5, 1.6 gsb_data_partial_balance.c, 1.12, 1.13 gsb_data_partial_balance.h, 1.3, 1.4 gsb_data_payee.c, 1.53, 1.54 gsb_data_payment.c, 1.21, 1.22 gsb_data_reconcile.c, 1.22, 1.23 gsb_data_report.c, 1.34, 1.35 gsb_data_report_amout_comparison.c, 1.14, 1.15 gsb_data_report_text_comparison.c, 1.17, 1.18 gsb_data_scheduled.c, 1.34, 1.35 gsb_data_transaction.c, 1.88, 1.89 gsb_file.c, 1.64, 1.65 gsb_file_config.c, 1.96, 1.97 gsb_file_load.c, 1.221, 1.222 gsb_file_save.c, 1.165, 1.166 gsb_reconcile.h, 1.2, 1.3 gsb_transactions_list.c, 1.210, 1.211 gsb_transactions_list_sort.c, 1.23, 1.24 gtk_combofix.c, 1.75, 1.76 import.c, 1.332, 1.333 main.c, 1.175, 1.176 menu.c, 1.151, 1.152 navigation.c, 1.143, 1.144 parametres.c, 1.214, 1.215 parse_cmdline.c, 1.18, 1.19 print_report.c, 1.11, 1.12 print_transactions_list.c, 1.14, 1.15 qif.c, 1.145, 1.146 str uctures.h, 1.246, 1.247 tiers_onglet.c, 1.172, 1.173 traitement_variables.c, 1.193, 1.194 transaction_list.c, 1.61, 1.62 transaction_list_select.c, 1.10, 1.11 transaction_list_sort.h, 1.1, 1.2 transaction_model.c, 1.7, 1.8 transaction_model.h, 1.2, 1.3 utils.c, 1.64, 1.65 utils.h, 1.29, 1.30 utils_font.c, 1.4, 1.5
- Next message: [grisbi-cvs] grisbi/src balance_estimate_config.c, 1.16, 1.17 balance_estimate_data.c, 1.24, 1.25 balance_estimate_future.c, 1.10, 1.11 balance_estimate_future.h, 1.6, 1.7 balance_estimate_tab.c, 1.67, 1.68 gsb_data_account.c, 1.104, 1.105 gsb_form.c, 1.163, 1.164 traitement_variables.c, 1.194, 1.195
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list