[grisbi-cvs] grisbi/src gsb_data_budget.c,1.50,1.51

Pierre Biava pbiava at users.sourceforge.net
Sat Aug 8 20:28:03 CEST 2009


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

Modified Files:
	gsb_data_budget.c 
Log Message:
corrige un pb de split des IB (merci Guillaume)

Index: gsb_data_budget.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_data_budget.c,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -d -r1.50 -r1.51
--- gsb_data_budget.c	2 May 2009 15:39:15 -0000	1.50
+++ gsb_data_budget.c	8 Aug 2009 18:28:01 -0000	1.51
@@ -1528,7 +1528,7 @@
 	}
 
 	tab_char = g_strsplit ( string,
-				":",
+				" : ",
 				2 );
 
 	/* we don't mind if tab_char exists and others, all the checks will be done in ...get_number_by_name */
@@ -1553,7 +1553,7 @@
 	}
 
 	tab_char = g_strsplit ( string,
-				":",
+				" : ",
 				2 );
 
 	/* we don't mind if tab_char exists and others, all the checks will be done in ...get_number_by_name */



More information about the cvs mailing list