[grisbi-cvs] grisbi/src gsb_file_load.c,1.179,1.180
Mickaƫl Remars
mykeul at users.sourceforge.net
Sun Jun 7 23:55:13 CEST 2009
- Previous message: [grisbi-cvs] grisbi/src affichage.c, 1.159, 1.160 fenetre_principale.c, 1.113, 1.114 fenetre_principale.h, 1.24, 1.25
- Next message: [grisbi-cvs] grisbi/src affichage.c, 1.160, 1.161 affichage.h, 1.19, 1.20 fenetre_principale.c, 1.114, 1.115 fenetre_principale.h, 1.25, 1.26 gsb_data_account_cunit.c, 1.2, 1.3 gsb_data_account_cunit.h, 1.1, 1.2 gsb_data_bank.c, 1.11, 1.12 gsb_data_payee.h, 1.23, 1.24 gsb_data_reconcile.h, 1.10, 1.11 gsb_data_report.c, 1.30, 1.31 gsb_data_report_text_comparison.c, 1.14, 1.15 gsb_data_scheduled.c, 1.27, 1.28 gsb_file.c, 1.55, 1.56 gsb_file_save.c, 1.128, 1.129 metatree.h, 1.44, 1.45 transaction_list.c, 1.40, 1.41 transaction_list.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/grisbi/grisbi/src
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv28223
Modified Files:
gsb_file_load.c
Log Message:
Removed an unneeded directory separator that windows doesn't like
Index: gsb_file_load.c
===================================================================
RCS file: /cvsroot/grisbi/grisbi/src/gsb_file_load.c,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -d -r1.179 -r1.180
--- gsb_file_load.c 4 Jun 2009 20:11:31 -0000 1.179
+++ gsb_file_load.c 7 Jun 2009 21:55:11 -0000 1.180
@@ -7917,7 +7917,7 @@
copy_old_filename = g_path_get_basename ( filename );
copy_old_filename = gsb_string_remplace_string ( copy_old_filename, ".gsb",
"-old-version.gsb" );
- copy_old_filename = g_build_filename ( G_DIR_SEPARATOR_S,
+ copy_old_filename = g_build_filename (
my_get_XDG_grisbi_data_dir (),
copy_old_filename, NULL );
- Previous message: [grisbi-cvs] grisbi/src affichage.c, 1.159, 1.160 fenetre_principale.c, 1.113, 1.114 fenetre_principale.h, 1.24, 1.25
- Next message: [grisbi-cvs] grisbi/src affichage.c, 1.160, 1.161 affichage.h, 1.19, 1.20 fenetre_principale.c, 1.114, 1.115 fenetre_principale.h, 1.25, 1.26 gsb_data_account_cunit.c, 1.2, 1.3 gsb_data_account_cunit.h, 1.1, 1.2 gsb_data_bank.c, 1.11, 1.12 gsb_data_payee.h, 1.23, 1.24 gsb_data_reconcile.h, 1.10, 1.11 gsb_data_report.c, 1.30, 1.31 gsb_data_report_text_comparison.c, 1.14, 1.15 gsb_data_scheduled.c, 1.27, 1.28 gsb_file.c, 1.55, 1.56 gsb_file_save.c, 1.128, 1.129 metatree.h, 1.44, 1.45 transaction_list.c, 1.40, 1.41 transaction_list.h, 1.6, 1.7
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the cvs
mailing list