Update of /cvsroot/grisbi/grisbi/src
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16122
Modified Files:
tiers_onglet.c
Log Message:
Cleanup, use metatree
Index: tiers_onglet.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/tiers_onglet.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -C2 -d -r1.64 -r1.65
*** tiers_onglet.c 1 Oct 2004 11:31:54 -0000 1.64
--- tiers_onglet.c 29 Dec 2004 16:57:21 -0000 1.65
***************
*** 41,70 ****
#include "echeancier_liste.h"
#include "etats_config.h"
#include "utils_tiers.h"
#include "affichage_formulaire.h"
#include "operations_formulaire.h"
/*END_INCLUDE*/
/*START_STATIC*/
! static void appui_sur_ajout_tiers ( void );
! static gfloat *calcule_total_montant_tiers ( void );
[...1869 lines suppressed...]
-
- /* on associe à ce tiers à l'adr de sa struct */
-
- gtk_ctree_node_set_row_data ( GTK_CTREE ( arbre_tiers ),
- ligne,
- nouveau_tiers );
-
- gtk_ctree_sort_recursive ( GTK_CTREE ( arbre_tiers ),
- NULL );
-
- if ( mise_a_jour_combofix_tiers_necessaire )
- mise_a_jour_combofix_tiers();
- modif_tiers = 0;
- modification_fichier(TRUE);
- }
- /* **************************************************************************************************** */
-
--- 830,833 ----
|