bug-gnu-pspp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

PSPP-BUG: [bug #26542] pspp doesn't select the right folder to save its


From: Michel Boaventura
Subject: PSPP-BUG: [bug #26542] pspp doesn't select the right folder to save its output on Windows
Date: Wed, 13 May 2009 15:06:20 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; pt-BR; rv:1.9.1b4) Gecko/20090427 Fedora/3.5-0.20.beta4.fc11 Firefox/3.5b4

Follow-up Comment #3, bug #26542 (project pspp):

Your patch works nicely. But now we have another issue. Psppire saves its
output on 'psppire.txt' in the users home folder, but doesn't shows it.

On src/ui/gui/psppire-output-window.c:348 there is:
    ow->fp = fopen (OUTPUT_FILE_NAME, "r");

and on src/ui/gui/psppire-output-window.h:33 there is:
#define OUTPUT_FILE_NAME "psppire.txt"

 I suppose that maybe it is trying to search for 'psppire.txt' on the current
folder. Should it be changed so it uses the default_output_path() function to
change this?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?26542>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]