[grisbi-cvs] grisbi/src affichage.c, 1.157, 1.158 affichage_liste.c, 1.107, 1.108 barre_outils.c, 1.126, 1.127 fenetre_principale.c, 1.111, 1.112 gsb_account.c, 1.45, 1.46 gsb_account_property.c, 1.36, 1.37 gsb_autofunc.c, 1.22, 1.23 gsb_automem.c, 1.25, 1.26 gsb_bank.c, 1.22, 1.23 gsb_currency_config.c, 1.51, 1.52 gsb_currency_link_config.c, 1.11, 1.12 gsb_data_account.c, 1.72, 1.73 gsb_debug.c, 1.12, 1.13 gsb_file.c, 1.47, 1.48 gsb_form.c, 1.121, 1.122 gsb_form_config.c, 1.30, 1.31 gsb_form_widget.c, 1.30, 1.31 gsb_fyear.c, 1.8, 1.9 gsb_payment_method.c, 1.16, 1.17 gsb_payment_method_config.c, 1.35, 1.36 gsb_real.c, 1.33, 1.34 gsb_real.h, 1.13, 1.14 gsb_reconcile.c, 1.37, 1.38 gsb_reconcile_config.c, 1.28, 1.29 gsb_reconcile_sort_config.c, 1.10, 1.11 gsb_scheduler.c, 1.24, 1.25 gsb_scheduler_list.c, 1.64, 1.65 gsb_transactions_list.c, 1.161, 1.162 gsb_transactions_list_sort.c, 1.13, 1.14 import.c, 1.277, 1.278 parametres.c, 1.193, 1.194 traitement_variables.c, 1.172, 1.173 transaction_list.c, 1.35, 1.36

Pierre Biava pbiava at users.sourceforge.net
Sun May 10 15:06:59 CEST 2009


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

Modified Files:
	affichage.c affichage_liste.c barre_outils.c 
	fenetre_principale.c gsb_account.c gsb_account_property.c 
	gsb_autofunc.c gsb_automem.c gsb_bank.c gsb_currency_config.c 
	gsb_currency_link_config.c gsb_data_account.c gsb_debug.c 
	gsb_file.c gsb_form.c gsb_form_config.c gsb_form_widget.c 
	gsb_fyear.c gsb_payment_method.c gsb_payment_method_config.c 
	gsb_real.c gsb_real.h gsb_reconcile.c gsb_reconcile_config.c 
	gsb_reconcile_sort_config.c gsb_scheduler.c 
	gsb_scheduler_list.c gsb_transactions_list.c 
	gsb_transactions_list_sort.c import.c parametres.c 
	traitement_variables.c transaction_list.c 
Log Message:
correction of bug 564 and cosmetic changes. The bug seems fixed but is not explained

Index: gsb_currency_link_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_link_config.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- gsb_currency_link_config.c	8 May 2009 17:21:15 -0000	1.11
+++ gsb_currency_link_config.c	10 May 2009 13:06:56 -0000	1.12
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2006 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003 Benjamin Drieu (bdrieu at april.org)		      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2006 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003 Benjamin Drieu (bdrieu at april.org)		                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_form_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_form_config.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- gsb_form_config.c	8 May 2009 17:21:15 -0000	1.30
+++ gsb_form_config.c	10 May 2009 13:06:56 -0000	1.31
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2004-2008 Benjamin Drieu (bdrieu at april.org) 	      */
-/*			http://www.grisbi.org   			      */
+/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2008 Benjamin Drieu (bdrieu at april.org) 	                  */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_scheduler_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_scheduler_list.c,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -d -r1.64 -r1.65
--- gsb_scheduler_list.c	8 May 2009 19:20:13 -0000	1.64
+++ gsb_scheduler_list.c	10 May 2009 13:06:56 -0000	1.65
@@ -34,6 +34,7 @@
 #include "./barre_outils.h"
 #include "./dialog.h"
 #include "./utils_dates.h"
+#include "./gsb_account_property.h"
 #include "./gsb_automem.h"
 #include "./gsb_calendar.h"
 #include "./gsb_data_account.h"
@@ -1882,7 +1883,7 @@
  * called when the size of the tree view changed, to keep the same ration
  * between the columns
  *
- * \param tree_view	the tree view of the transactions list
+ * \param tree_view	    the tree view of the scheduled transactions list
  * \param allocation	the new size
  * \param null
  *
@@ -1893,24 +1894,27 @@
 					    gpointer null )
 {
     gint i;
-
+    devel_debug (NULL);
     if (allocation -> width == scheduler_current_tree_view_width)
     {
-	/* size of the tree view didn't change, but we received an allocated signal
-	 * it happens several times, and especially when we change the columns,
-	 * so we update the colums */
+        /* size of the tree view didn't change, but we received an allocated signal
+         * it happens several times, and especially when we change the columns,
+         * so we update the colums */
 
-	/* sometimes, when the list is not visible, he will set all the columns to 1%... we block that here */
-	if (gtk_tree_view_column_get_width (scheduler_list_column[0]) == 1)
-	    return FALSE;
+        /* sometimes, when the list is not visible, he will set all the columns to 1%... 
+         * we block that here */
+        if (gtk_tree_view_column_get_width (scheduler_list_column[0]) == 1)
+            return FALSE;
 
-	for (i=0 ; i<SCHEDULER_COL_VISIBLE_COLUMNS ; i++)
-	    if (gtk_tree_view_column_get_width (scheduler_list_column[i]))
-		scheduler_col_width[i] = (gtk_tree_view_column_get_width (scheduler_list_column[i]) * 100) / allocation -> width + 1;
-	if ( etat.modification_fichier == 0 )
-        modification_fichier ( TRUE );
+        for (i=0 ; i<SCHEDULER_COL_VISIBLE_COLUMNS ; i++)
+        {
+            if (gtk_tree_view_column_get_width (scheduler_list_column[i]))
+                scheduler_col_width[i] = (gtk_tree_view_column_get_width (
+                        scheduler_list_column[i]) * 100) / allocation -> width + 1;
+        }
+        gsb_account_property_set_label_code_banque ( );
 
-	return FALSE;
+        return FALSE;
     }
 
     /* the size of the tree view changed, we keep the ration between the columns,
@@ -1920,12 +1924,12 @@
 
     for ( i = 0 ; i < SCHEDULER_COL_VISIBLE_COLUMNS - 1 ; i++ )
     {
-	gint width;
+        gint width;
 
-	width = (scheduler_col_width[i] * (allocation -> width))/ 100;
-	if ( width > 0 )
-	    gtk_tree_view_column_set_fixed_width ( scheduler_list_column[i],
-						   width );
+        width = (scheduler_col_width[i] * (allocation -> width))/ 100;
+        if ( width > 0 )
+            gtk_tree_view_column_set_fixed_width ( scheduler_list_column[i],
+                               width );
     }
     return FALSE;
 }

Index: gsb_reconcile_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_reconcile_config.c,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -d -r1.28 -r1.29
--- gsb_reconcile_config.c	8 May 2009 17:21:15 -0000	1.28
+++ gsb_reconcile_config.c	10 May 2009 13:06:56 -0000	1.29
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_reconcile_sort_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_reconcile_sort_config.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- gsb_reconcile_sort_config.c	8 May 2009 17:21:15 -0000	1.10
+++ gsb_reconcile_sort_config.c	10 May 2009 13:06:56 -0000	1.11
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2007 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2007 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_currency_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_currency_config.c,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- gsb_currency_config.c	8 May 2009 17:21:15 -0000	1.51
+++ gsb_currency_config.c	10 May 2009 13:06:56 -0000	1.52
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2006-2009 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
+/*			2006-2009 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */
@@ -906,7 +906,7 @@
     }
 
     /* Mark file as modified */
-    if ( etat.modification_fichier == 0 )
+    //~ if ( etat.modification_fichier == 0 )
         modification_fichier ( TRUE );
     return (FALSE);
 }

Index: transaction_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/transaction_list.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- transaction_list.c	8 May 2009 09:35:11 -0000	1.35
+++ transaction_list.c	10 May 2009 13:06:56 -0000	1.36
@@ -59,8 +59,8 @@
 /*END_INCLUDE*/
 
 /*START_STATIC*/
-static  void transaction_list_append_child ( gint transaction_number );
-static  CustomRecord *transaction_list_create_record ( gint transaction_number,
+static void transaction_list_append_child ( gint transaction_number );
+static CustomRecord *transaction_list_create_record ( gint transaction_number,
 						      gint line_in_transaction );
 static gint transaction_list_get_last_line ( gint nb_rows );
 static gboolean transaction_list_update_child ( CustomRecord *child_record );

Index: traitement_variables.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/traitement_variables.c,v
retrieving revision 1.172
retrieving revision 1.173
diff -u -d -r1.172 -r1.173
--- traitement_variables.c	27 Apr 2009 19:41:03 -0000	1.172
+++ traitement_variables.c	10 May 2009 13:06:56 -0000	1.173
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	    	  */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	    				  */
+/* 			http://www.grisbi.org				    						  */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */
@@ -29,7 +29,6 @@
 
 /*START_INCLUDE*/
 #include "traitement_variables.h"
-#include "./gsb_account_property.h"
 #include "./gsb_currency.h"
 #include "./gsb_data_account.h"
 #include "./gsb_data_archive.h"
@@ -181,12 +180,9 @@
     /* If no file is loaded, do not change menu items. */
     if ( ! gsb_data_account_get_accounts_amount () )
     {
-	return;
+        return;
     }
 
-    /* pbiava on 03/24/2009 fix bug display bank code */
-    gsb_account_property_set_label_code_banque ( );
-
     if ( modif )
     {
 	if ( ! etat.modification_fichier )
@@ -197,8 +193,8 @@
     }
     else
     {
-	etat.modification_fichier = 0;
-	gsb_gui_sensitive_menu_item ( "FileMenu", "Save", NULL, FALSE );
+        etat.modification_fichier = 0;
+        gsb_gui_sensitive_menu_item ( "FileMenu", "Save", NULL, FALSE );
     }
 }
 

Index: barre_outils.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/barre_outils.c,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -d -r1.126 -r1.127
--- barre_outils.c	8 May 2009 17:21:15 -0000	1.126
+++ barre_outils.c	10 May 2009 13:06:56 -0000	1.127
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2004-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_real.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_real.c,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- gsb_real.c	9 May 2009 21:30:12 -0000	1.33
+++ gsb_real.c	10 May 2009 13:06:56 -0000	1.34
@@ -4,6 +4,7 @@
 /*                                                                            */
 /*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
 /*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/*                      2009 Pierre Biava (pierre at pierre.biava.name)          */
 /* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
@@ -44,15 +45,13 @@
 static gchar *gsb_real_format_string ( gsb_real number,
                         gint currency_number,
                         gboolean show_symbol );
-static gsb_real gsb_real_get_from_string_normalized ( const gchar *string, 
-                        gint default_exponent );
+static gsb_real gsb_real_get_from_string_normalized ( const gchar *string, gint default_exponent );
 static gboolean gsb_real_normalize ( gsb_real *number_1,
                         gsb_real *number_2 );
 static gdouble gsb_real_real_to_double ( gsb_real number );
 /*END_STATIC*/
 
 /*START_EXTERN*/
-extern gint max;
 /*END_EXTERN*/
 
 

Index: gsb_account_property.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_account_property.c,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- gsb_account_property.c	8 May 2009 17:21:15 -0000	1.36
+++ gsb_account_property.c	10 May 2009 13:06:56 -0000	1.37
@@ -2,6 +2,7 @@
 /*                                                                            */
 /*     Copyright (C)	2000-2009 Cédric Auger (cedric at grisbi.org)	          */
 /*			2004-2009 Benjamin Drieu (bdrieu at april.org) 	                  */
+/*                      2009 Pierre Biava (pierre at pierre.biava.name)          */
 /*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
@@ -608,29 +609,29 @@
     current_account = gsb_gui_navigation_get_current_account ();
 
     gsb_autofunc_entry_set_value (detail_nom_compte,
-				  gsb_data_account_get_name (current_account), current_account);
+                        gsb_data_account_get_name (current_account), current_account);
 
     gsb_autofunc_combobox_set_index (detail_type_compte,
-				     gsb_data_account_get_kind (current_account), current_account);
+                        gsb_data_account_get_kind (current_account), current_account);
 
     /* modification pour mettre à jour l'icône du sélecteur d'icône du compte */
     image = gsb_data_account_get_account_icon_image ( current_account );
     gtk_button_set_image ( GTK_BUTTON ( bouton_icon ), image );
 
     gsb_autofunc_currency_set_currency_number (detail_devise_compte,
-					       gsb_data_account_get_currency (current_account), current_account);
+                        gsb_data_account_get_currency (current_account), current_account);
 
     gsb_autofunc_checkbutton_set_value (detail_compte_cloture,
-					gsb_data_account_get_closed_account (current_account), current_account);
+                        gsb_data_account_get_closed_account (current_account), current_account);
 
     gsb_autofunc_entry_set_value ( detail_titulaire_compte,
-				   gsb_data_account_get_holder_name (current_account), current_account );
+                        gsb_data_account_get_holder_name (current_account), current_account );
 
     gsb_autofunc_checkbutton_set_value ( button_holder_address,
-					 gsb_data_account_get_holder_address (current_account) != NULL, 0 );
+                        gsb_data_account_get_holder_address (current_account) != NULL, 0 );
 
     gsb_autofunc_textview_set_value ( detail_adresse_titulaire,
-				      gsb_data_account_get_holder_address (current_account), current_account );
+                        gsb_data_account_get_holder_address (current_account), current_account );
 
     /* fill bank informations */
     bank_number = gsb_data_account_get_bank (current_account);
@@ -638,25 +639,27 @@
     gsb_account_property_set_label_code_bic ( bank_number );
 
     gsb_account_property_iban_set_iban (
-                    gsb_data_account_get_bank_account_iban (current_account) );
+                        gsb_data_account_get_bank_account_iban (current_account) );
     
     if ( gsb_account_property_iban_set_bank_from_iban (
                         gsb_data_account_get_bank_account_iban (current_account)) )
-        gsb_account_property_iban_switch_bank_data ( FALSE );    
+        gsb_account_property_iban_switch_bank_data ( FALSE );
     else
         gsb_account_property_iban_switch_bank_data ( TRUE );
 
     gsb_autofunc_real_set ( detail_solde_init,
-			    gsb_data_account_get_init_balance (current_account,
-							       gsb_data_currency_get_floating_point (gsb_data_account_get_currency (current_account))),
-			    current_account);
+                        gsb_data_account_get_init_balance (current_account,
+                        gsb_data_currency_get_floating_point (
+                        gsb_data_account_get_currency ( current_account))), current_account);
     gsb_autofunc_real_set (detail_solde_mini_autorise,
-			   gsb_data_account_get_mini_balance_authorized (current_account), current_account);
+                        gsb_data_account_get_mini_balance_authorized (current_account),
+                        current_account);
     gsb_autofunc_real_set (detail_solde_mini_voulu,
-			   gsb_data_account_get_mini_balance_wanted (current_account), current_account);
+                        gsb_data_account_get_mini_balance_wanted (current_account),
+                        current_account);
 
     gsb_autofunc_textview_set_value ( detail_commentaire,
-				      gsb_data_account_get_comment (current_account), current_account);
+                        gsb_data_account_get_comment (current_account), current_account);
 }
 
 
@@ -675,16 +678,18 @@
     gint bank_number;
 
     if (!combobox)
-	return FALSE;
+        return FALSE;
 
     bank_number = gsb_bank_list_get_bank_number (combobox);
 
     if (bank_number <= 0)
-	gtk_label_set_text ( GTK_LABEL (label_code_banque),
-			     NULL );
+        gtk_label_set_text ( GTK_LABEL (label_code_banque),
+                        NULL );
     else
-	gtk_label_set_text ( GTK_LABEL (label_code_banque),
-			     gsb_data_bank_get_code (bank_number));
+        gtk_label_set_text ( GTK_LABEL (label_code_banque),
+                        gsb_data_bank_get_code (bank_number));
+    gsb_account_property_set_label_code_bic ( bank_number );
+
     return FALSE;
 }
 
@@ -1297,14 +1302,10 @@
 {
     gint position = 0;
 
-    if ( iban == NULL || strlen (iban) == 0 )
-        gtk_editable_delete_text ( GTK_EDITABLE (detail_IBAN), 0, -1 );
-    else
-    {
-        gtk_editable_delete_text ( GTK_EDITABLE (detail_IBAN), 0, -1 );
+    gtk_editable_delete_text ( GTK_EDITABLE (detail_IBAN), 0, -1 );
+    if ( iban && strlen (iban) > 0 )
         gtk_editable_insert_text ( GTK_EDITABLE (detail_IBAN),
                             iban, -1, &position );
-    }
 }
 
 /**
@@ -1358,7 +1359,7 @@
                         current_account), current_account );
     gsb_autofunc_entry_set_value (detail_cle_compte,
                         gsb_data_account_get_bank_account_key (
-                        current_account), current_account );        
+                        current_account), current_account );
 }
 
 
@@ -1370,7 +1371,6 @@
  * */
 void gsb_account_property_iban_clear_label_data ( void )
 {
-    gtk_label_set_text ( GTK_LABEL (label_code_banque), "" );
     gtk_label_set_text ( GTK_LABEL (label_guichet), "" );
     gtk_label_set_text ( GTK_LABEL (label_no_compte), "" );
     gtk_label_set_text ( GTK_LABEL (label_cle_compte), "" );

Index: gsb_payment_method.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_payment_method.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- gsb_payment_method.c	8 May 2009 17:21:15 -0000	1.16
+++ gsb_payment_method.c	10 May 2009 13:06:56 -0000	1.17
@@ -1,20 +1,24 @@
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org) */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org) */
-/* 			http://www.grisbi.org */
-
-/*     This program is free software; you can redistribute it and/or modify */
-/*     it under the terms of the GNU General Public License as published by */
-/*     the Free Software Foundation; either version 2 of the License, or */
-/*     (at your option) any later version. */
-
-/*     This program is distributed in the hope that it will be useful, */
-/*     but WITHOUT ANY WARRANTY; without even the implied warranty of */
-/*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the */
-/*     GNU General Public License for more details. */
-
-/*     You should have received a copy of the GNU General Public License */
-/*     along with this program; if not, write to the Free Software */
-/*     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
+/* ************************************************************************** */
+/*                                                                            */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)            */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)                       */
+/* 			http://www.grisbi.org                                             */
+/*                                                                            */
+/*  This program is free software; you can redistribute it and/or modify      */
+/*  it under the terms of the GNU General Public License as published by      */
+/*  the Free Software Foundation; either version 2 of the License, or         */
+/*  (at your option) any later version.                                       */
+/*                                                                            */
+/*  This program is distributed in the hope that it will be useful,           */
+/*  but WITHOUT ANY WARRANTY; without even the implied warranty of            */
+/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
+/*  GNU General Public License for more details.                              */
+/*                                                                            */
+/*  You should have received a copy of the GNU General Public License         */
+/*  along with this program; if not, write to the Free Software               */
+/*  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
+/*                                                                            */
+/* ************************************************************************** */
 
 /**
  * \file gsb_payment_method.c

Index: gsb_scheduler.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_scheduler.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -d -r1.24 -r1.25
--- gsb_scheduler.c	8 May 2009 17:21:15 -0000	1.24
+++ gsb_scheduler.c	10 May 2009 13:06:56 -0000	1.25
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_data_account.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_data_account.c,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -d -r1.72 -r1.73
--- gsb_data_account.c	8 May 2009 17:21:15 -0000	1.72
+++ gsb_data_account.c	10 May 2009 13:06:56 -0000	1.73
@@ -2,6 +2,7 @@
 /*                                                                            */
 /*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
 /*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/*                      2008-2009 Pierre Biava (pierre at pierre.biava.name)     */
 /* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */

Index: gsb_real.h
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_real.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gsb_real.h	3 Sep 2008 16:56:18 -0000	1.13
+++ gsb_real.h	10 May 2009 13:06:56 -0000	1.14
@@ -18,24 +18,24 @@
 /* START_DECLARATION */
 gsb_real gsb_real_abs ( gsb_real number );
 gsb_real gsb_real_add ( gsb_real number_1,
-			gsb_real number_2 );
+                        gsb_real number_2 );
 gsb_real gsb_real_adjust_exponent ( gsb_real number,
-				    gint return_exponent );
+                        gint return_exponent );
 gint gsb_real_cmp ( gsb_real number_1,
-		    gsb_real number_2 );
+                        gsb_real number_2 );
 gsb_real gsb_real_div ( gsb_real number_1,
-			gsb_real number_2 );
+                        gsb_real number_2 );
 gsb_real gsb_real_double_to_real ( gdouble number );
 gsb_real gsb_real_get_from_string ( const gchar *string );
 gchar *gsb_real_get_string ( gsb_real number );
 gchar *gsb_real_get_string_with_currency ( gsb_real number,
-					   gint currency_number,
-					   gboolean show_symbol );
+                        gint currency_number,
+                        gboolean show_symbol );
 gsb_real gsb_real_mul ( gsb_real number_1,
-			gsb_real number_2 );
+                        gsb_real number_2 );
 gsb_real gsb_real_new ( gint mantissa, gint exponent );
 gsb_real gsb_real_opposite ( gsb_real number );
 gsb_real gsb_real_sub ( gsb_real number_1,
-			gsb_real number_2 );
+                        gsb_real number_2 );
 /* END_DECLARATION */
 #endif

Index: gsb_payment_method_config.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_payment_method_config.c,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- gsb_payment_method_config.c	8 May 2009 17:21:15 -0000	1.35
+++ gsb_payment_method_config.c	10 May 2009 13:06:56 -0000	1.36
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     copyright (c)	2000-2007 C�dric Auger (cedric at grisbi.org)	      */
-/*			2004-2007 Benjamin Drieu (bdrieu at april.org) 	      */
-/*			http://www.grisbi.org   			      */
+/*     copyright (c)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2007 Benjamin Drieu (bdrieu at april.org) 	                  */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: affichage.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/affichage.c,v
retrieving revision 1.157
retrieving revision 1.158
diff -u -d -r1.157 -r1.158
--- affichage.c	8 May 2009 17:21:15 -0000	1.157
+++ affichage.c	10 May 2009 13:06:56 -0000	1.158
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger	(cedric at grisbi.org)	      */
-/*			2006-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger	(cedric at grisbi.org)	          */
+/*			2006-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				      						  */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_automem.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_automem.c,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- gsb_automem.c	8 May 2009 17:21:15 -0000	1.25
+++ gsb_automem.c	10 May 2009 13:06:56 -0000	1.26
@@ -1,9 +1,9 @@
 /* ************************************************************************** */
-/*                                  gsb_automem.c                            */
+/*                                  gsb_automem.c                             */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cedric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cedric Auger (cedric at grisbi.org)	          */
+/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: import.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/import.c,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -d -r1.277 -r1.278
--- import.c	8 May 2009 17:21:15 -0000	1.277
+++ import.c	10 May 2009 13:06:56 -0000	1.278
@@ -1,9 +1,9 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2004-2008 Benjamin Drieu (bdrieu at april.org)           */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2008 Benjamin Drieu (bdrieu at april.org)                       */
 /*                      2008-2009 Pierre Biava (pierre at pierre.biava.name)     */
-/* 			http://www.grisbi.org                                 */
+/* 			http://www.grisbi.org                                             */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_autofunc.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_autofunc.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gsb_autofunc.c	8 May 2009 17:21:15 -0000	1.22
+++ gsb_autofunc.c	10 May 2009 13:06:56 -0000	1.23
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cedric Auger (cedric at grisbi.org)	      */
-/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cedric Auger (cedric at grisbi.org)	          */
+/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_account.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_account.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- gsb_account.c	8 May 2009 17:20:19 -0000	1.45
+++ gsb_account.c	10 May 2009 13:06:56 -0000	1.46
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2006-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/*			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	          */
+/*			2006-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/*			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_fyear.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_fyear.c,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- gsb_fyear.c	26 Oct 2008 21:40:37 -0000	1.8
+++ gsb_fyear.c	10 May 2009 13:06:56 -0000	1.9
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_form_widget.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_form_widget.c,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -d -r1.30 -r1.31
--- gsb_form_widget.c	8 May 2009 17:21:15 -0000	1.30
+++ gsb_form_widget.c	10 May 2009 13:06:56 -0000	1.31
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_file.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_file.c,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -d -r1.47 -r1.48
--- gsb_file.c	8 May 2009 17:21:15 -0000	1.47
+++ gsb_file.c	10 May 2009 13:06:56 -0000	1.48
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: parametres.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/parametres.c,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -d -r1.193 -r1.194
--- parametres.c	8 May 2009 17:21:15 -0000	1.193
+++ parametres.c	10 May 2009 13:06:56 -0000	1.194
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */
@@ -952,8 +952,9 @@
 						      _("Warn/Execute the scheduled transactions of the month"),
 						      &execute_scheduled_of_month,
 						      NULL, NULL );
-    g_signal_connect ( G_OBJECT (button), "destroy",
-		       G_CALLBACK ( gtk_widget_destroyed), &button );
+    /* commenté provisoirement pour supprimer un plantage sous windows */
+    //~ g_signal_connect ( G_OBJECT (button), "destroy",
+		       //~ G_CALLBACK ( gtk_widget_destroyed), &button );
 
     hbox = gtk_hbox_new ( FALSE, 0);
     gtk_box_pack_start ( GTK_BOX (vbox_pref),

Index: fenetre_principale.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/fenetre_principale.c,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -d -r1.111 -r1.112
--- fenetre_principale.c	27 Apr 2009 19:41:03 -0000	1.111
+++ fenetre_principale.c	10 May 2009 13:06:56 -0000	1.112
@@ -1,9 +1,9 @@
 /* ************************************************************************** */
-/*  Fichier qui s'occupe de former les différentes fenêtres de travail      */
+/*  Fichier qui s'occupe de former les différentes fenêtres de travail        */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)      */
-/*			2005-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)            */
+/*			2005-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_transactions_list.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list.c,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -d -r1.161 -r1.162
--- gsb_transactions_list.c	8 May 2009 17:21:15 -0000	1.161
+++ gsb_transactions_list.c	10 May 2009 13:06:56 -0000	1.162
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2004-2009 Benjamin Drieu (bdrieu at april.org) 	      */
-/*			http://www.grisbi.org   			      */
+/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2009 Benjamin Drieu (bdrieu at april.org) 	                  */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_form.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_form.c,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -d -r1.121 -r1.122
--- gsb_form.c	8 May 2009 17:21:15 -0000	1.121
+++ gsb_form.c	10 May 2009 13:06:56 -0000	1.122
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2004-2008 Benjamin Drieu (bdrieu at april.org) 	      */
-/*			http://www.grisbi.org   			      */
+/*     copyright (c)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2004-2008 Benjamin Drieu (bdrieu at april.org) 	                  */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_reconcile.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_reconcile.c,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -d -r1.37 -r1.38
--- gsb_reconcile.c	8 May 2009 17:21:15 -0000	1.37
+++ gsb_reconcile.c	10 May 2009 13:06:56 -0000	1.38
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/* 			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: affichage_liste.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/affichage_liste.c,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -d -r1.107 -r1.108
--- affichage_liste.c	8 May 2009 17:21:15 -0000	1.107
+++ affichage_liste.c	10 May 2009 13:06:56 -0000	1.108
@@ -1,23 +1,26 @@
-/* ce fichier contient les paramètres de l'affichage de la liste d'opé */
-
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org) */
-/*			2008 Benjamin Drieu (bdrieu at april.org) */
-/* 			http://www.grisbi.org */
-
-/*     This program is free software; you can redistribute it and/or modify */
-/*     it under the terms of the GNU General Public License as published by */
-/*     the Free Software Foundation; either version 2 of the License, or */
-/*     (at your option) any later version. */
-
-/*     This program is distributed in the hope that it will be useful, */
-/*     but WITHOUT ANY WARRANTY; without even the implied warranty of */
-/*     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the */
-/*     GNU General Public License for more details. */
-
-/*     You should have received a copy of the GNU General Public License */
-/*     along with this program; if not, write to the Free Software */
-/*     Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
-
+/* ************************************************************************** */
+/*  ce fichier contient les paramètres de l'affichage de la liste d'opé       */
+/*                                                                            */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)            */
+/*			2008 Benjamin Drieu (bdrieu at april.org)                            */
+/* 			http://www.grisbi.org                                             */
+/*                                                                            */
+/*  This program is free software; you can redistribute it and/or modify      */
+/*  it under the terms of the GNU General Public License as published by      */
+/*  the Free Software Foundation; either version 2 of the License, or         */
+/*  (at your option) any later version.                                       */
+/*                                                                            */
+/*  This program is distributed in the hope that it will be useful,           */
+/*  but WITHOUT ANY WARRANTY; without even the implied warranty of            */
+/*  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the             */
+/*  GNU General Public License for more details.                              */
+/*                                                                            */
+/*  You should have received a copy of the GNU General Public License         */
+/*  along with this program; if not, write to the Free Software               */
+/*  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
+/*                                                                            */
+/* ************************************************************************** */
+ 
 #include "include.h"
 
 

Index: gsb_debug.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_debug.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -d -r1.12 -r1.13
--- gsb_debug.c	8 May 2009 17:21:15 -0000	1.12
+++ gsb_debug.c	10 May 2009 13:06:56 -0000	1.13
@@ -1,7 +1,7 @@
 /* ************************************************************************** */
 /*     Copyright (C)	2004-2005 Alain Portal (aportal at univ-montp2.fr)	      */
-/*                  	2006-2006 Benjamin Drieu (bdrieu at april.org)	      */
-/*			http://www.grisbi.org   			      */
+/*                  	2006-2006 Benjamin Drieu (bdrieu at april.org)	          */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_transactions_list_sort.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_transactions_list_sort.c,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- gsb_transactions_list_sort.c	10 Oct 2008 06:50:39 -0000	1.13
+++ gsb_transactions_list_sort.c	10 May 2009 13:06:56 -0000	1.14
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/*			http://www.grisbi.org   			      */
+/*     Copyright (C)	2000-2008 Cédric Auger (cedric at grisbi.org)	          */
+/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	                      */
+/*			http://www.grisbi.org   			                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */

Index: gsb_bank.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_bank.c,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- gsb_bank.c	8 May 2009 17:21:15 -0000	1.22
+++ gsb_bank.c	10 May 2009 13:06:56 -0000	1.23
@@ -1,8 +1,8 @@
 /* ************************************************************************** */
 /*                                                                            */
-/*     Copyright (C)	2000-2007 Cédric Auger (cedric at grisbi.org)	      */
-/*			2003-2008 Benjamin Drieu (bdrieu at april.org)	      */
-/*			http://www.grisbi.org				      */
+/*     Copyright (C)	2000-2008 Cedric Auger (cedric at grisbi.org)	          */
+/*			2003-2009 Benjamin Drieu (bdrieu at april.org)	                      */
+/* 			http://www.grisbi.org				                              */
 /*                                                                            */
 /*  This program is free software; you can redistribute it and/or modify      */
 /*  it under the terms of the GNU General Public License as published by      */



More information about the cvs mailing list