[grisbi-cvs] grisbi/src import.c,1.309,1.310
Pierre Biava
pbiava at users.sourceforge.net
Sat Dec 12 10:25:26 CET 2009
- Previous message: [grisbi-cvs] grisbi/src gsb_data_transaction.c, 1.76, 1.77 gsb_data_transaction.h, 1.35, 1.36 gsb_file_load.c, 1.193, 1.194 gsb_file_save.c, 1.143, 1.144 import.c, 1.308, 1.309 structures.h, 1.236, 1.237 transaction_list_sort.c, 1.1, 1.2
- Next message: [grisbi-cvs] grisbi/src affichage_liste.c, 1.116, 1.117 gsb_assistant_archive.c, 1.41, 1.42 gsb_data_archive_store.c, 1.16, 1.17 gsb_transactions_list.c, 1.189, 1.190 gsb_transactions_list.h, 1.37, 1.38 transaction_list.c, 1.52, 1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv8644
Modified Files:
import.c
Log Message:
fixed a bug when adding a transaction unfused
Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.309
retrieving revision 1.310
diff -u -d -r1.309 -r1.310
--- import.c 10 Dec 2009 22:02:33 -0000 1.309
+++ import.c 12 Dec 2009 09:25:24 -0000 1.310
@@ -2248,6 +2248,14 @@
if ( ope_import -> operation_ventilee )
action_derniere_ventilation = 0;
}
+ else if ( etat.get_fusion_import_transactions &&
+ ope_import -> ope_correspondante > 0 )
+ {
+ ope_import -> action = 0;
+ if ( ope_import -> operation_ventilee )
+ action_derniere_ventilation = 0;
+ ope_import -> ope_correspondante = 0;
+ }
list_tmp = list_tmp -> next;
}
- Previous message: [grisbi-cvs] grisbi/src gsb_data_transaction.c, 1.76, 1.77 gsb_data_transaction.h, 1.35, 1.36 gsb_file_load.c, 1.193, 1.194 gsb_file_save.c, 1.143, 1.144 import.c, 1.308, 1.309 structures.h, 1.236, 1.237 transaction_list_sort.c, 1.1, 1.2
- Next message: [grisbi-cvs] grisbi/src affichage_liste.c, 1.116, 1.117 gsb_assistant_archive.c, 1.41, 1.42 gsb_data_archive_store.c, 1.16, 1.17 gsb_transactions_list.c, 1.189, 1.190 gsb_transactions_list.h, 1.37, 1.38 transaction_list.c, 1.52, 1.53
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list