[grisbi-cvs] grisbi/src etats_config.c, 1.160, 1.161 gsb_assistant_archive_export.c, 1.11, 1.12 gsb_currency_config.h, 1.13, 1.14 gsb_transactions_list.h, 1.31, 1.32 print_config.c, 1.39, 1.40

Pierre Biava pbiava at users.sourceforge.net
Tue Dec 16 21:40:23 CET 2008


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

Modified Files:
	etats_config.c gsb_assistant_archive_export.c 
	gsb_currency_config.h gsb_transactions_list.h print_config.c 
Log Message:
passage de mk_include

Index: gsb_currency_config.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_config.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gsb_currency_config.h	13 May 2008 21:41:25 -0000	1.13
+++ gsb_currency_config.h	16 Dec 2008 20:40:21 -0000	1.14
@@ -56,13 +56,13 @@
 							 GtkWidget * combobox );
 GtkWidget *gsb_currency_config_create_box_popup ( GCallback select_callback );
 gint gsb_currency_config_create_currency ( const gchar *currency_name,
-					   const gchar *currency_code, 
+					   const gchar *currency_code,
 					   const gchar *currency_isocode,
 					   gint floating_point );
 gint gsb_currency_config_create_currency_from_iso4217list ( gchar *currency_name );
 GtkWidget *gsb_currency_config_create_page ( void );
 GtkWidget *gsb_currency_config_create_totals_page ( void );
-gboolean gsb_currency_config_select_default ( GtkTreeModel * tree_model, GtkTreePath * path, 
+gboolean gsb_currency_config_select_default ( GtkTreeModel * tree_model, GtkTreePath * path,
 					      GtkTreeIter * iter, GtkTreeView * tree_view );
 /* END_DECLARATION */
 #endif

Index: gsb_assistant_archive_export.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_assistant_archive_export.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gsb_assistant_archive_export.c	29 Nov 2008 18:31:26 -0000	1.11
+++ gsb_assistant_archive_export.c	16 Dec 2008 20:40:21 -0000	1.12
@@ -38,6 +38,7 @@
 #include "./gsb_file_util.h"
 #include "./utils_dates.h"
 #include "./qif.h"
+#include "./utils_str.h"
 #include "./utils.h"
 #include "./structures.h"
 #include "./gsb_transactions_list.h"

Index: gsb_transactions_list.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list.h,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -d -r1.31 -r1.32
--- gsb_transactions_list.h	21 Oct 2008 08:05:18 -0000	1.31
+++ gsb_transactions_list.h	16 Dec 2008 20:40:21 -0000	1.32
@@ -75,7 +75,7 @@
 					      gboolean keep_selected_transaction );
 void mise_a_jour_affichage_r ( gboolean show_r );
 void move_selected_operation_to_account_nb ( gint *account );
-gboolean new_transaction () ;
+gboolean new_transaction ();
 void remove_transaction ();
 void schedule_selected_transaction ();
 gsb_real solde_debut_affichage ( gint account_number,

Index: print_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/print_config.c,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- print_config.c	8 Dec 2008 14:39:00 -0000	1.39
+++ print_config.c	16 Dec 2008 20:40:21 -0000	1.40
@@ -37,7 +37,7 @@
 /*START_STATIC*/
 static GtkWidget * print_config_general ( GtkWidget * dialog );
 static GtkWidget * print_config_paper ( GtkWidget * dialog );
-static gboolean print_config_radio_toggled ( GtkToggleButton * togglebutton, gpointer user_data ) ;
+static gboolean print_config_radio_toggled ( GtkToggleButton * togglebutton, gpointer user_data );
 /*END_STATIC*/
 
 

Index: etats_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/etats_config.c,v
retrieving revision 1.160
retrieving revision 1.161
diff -u -d -r1.160 -r1.161
--- etats_config.c	14 Dec 2008 22:33:30 -0000	1.160
+++ etats_config.c	16 Dec 2008 20:40:21 -0000	1.161
@@ -75,6 +75,7 @@
 static GtkWidget *cree_bouton_operateur_txt ( gint text_comparison_number );
 static GtkWidget *cree_ligne_comparaison_montant ( gint amount_comparison_number );
 static GtkWidget *cree_ligne_comparaison_texte ( gint text_comparison_number );
+static void etat_option_menu_changed (GtkWidget *optionmenu, GtkWidget *user_data);
 static GtkWidget *onglet_affichage_etat_devises ( void );
 static GtkWidget *onglet_affichage_etat_divers ( void );
 static GtkWidget *onglet_affichage_etat_generalites ( void );
@@ -151,8 +152,6 @@
 static void selectionne_partie_liste_compte_etat ( gint *type_compte );
 static void selectionne_partie_liste_compte_vir_etat ( gint *type_compte );
 static void sensitive_hbox_fonction_bouton_txt ( gint text_comparison_number );
-
-void etat_option_menu_changed (GtkWidget *optionmenu, GtkWidget *user_data);
 /*END_STATIC*/
 
 /* the def of the columns in the categ and budget list



More information about the cvs mailing list