[grisbi-bugs] [Grisbi-0.6.0 0000653]: Default accounts file path is wrong in the "New accounts file" wizard

bugtracker at grisbi.org bugtracker at grisbi.org
Fri Oct 2 11:34:06 CEST 2009


A NOTE has been added to this issue. 
====================================================================== 
http://grisbi.tuxfamily.org/mantis/view.php?id=653 
====================================================================== 
Reported By:                guneeyoufix
Assigned To:                
====================================================================== 
Project:                    Grisbi-0.6.0
Issue ID:                   653
Category:                   Main
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
Plateforme:                 Windows 
OS:                         Windows 
Version OS:                 Vista Familiale Premium 
Unstable Impact:            Yes 
Version GTK:                 
====================================================================== 
Date Submitted:             09-30-2009 21:16 UTC
Last Modified:              10-02-2009 09:34 UTC
====================================================================== 
Summary:                    Default accounts file path is wrong in the "New
accounts file" wizard
Description: 
The default path proposed for the location of the new accounts file in the
wizard is wrong

Observed : "C:\Users\<username>\Documents\\My accounts.gsb"
Expected : "C:\Users\<username>\Documents\My accounts.gsb"
====================================================================== 

---------------------------------------------------------------------- 
 guneeyoufix - 10-02-09 09:34  
---------------------------------------------------------------------- 
in grisbi/src/gsb_assistant_file.c: 292

  292 	nom_fichier_comptes = g_strconcat ( my_get_gsb_file_default_dir
(),
  293 			G_DIR_SEPARATOR_S, titre_fichier, ".gsb", NULL );

The my_get_gsb_file_default_dir () probably already returns a path ending
with a G_DIR_SEPARATOR_S. 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
09-30-09 21:16  guneeyoufix    New Issue                                    
09-30-09 21:16  guneeyoufix    Plateforme                => Windows         
09-30-09 21:16  guneeyoufix    OS                        => Windows         
09-30-09 21:16  guneeyoufix    Version OS                => Vista Familiale
Premium
09-30-09 21:16  guneeyoufix    Unstable Impact           => Yes             
10-02-09 09:34  guneeyoufix    Note Added: 0001166                          
======================================================================



More information about the bugsreports mailing list