pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/gui ChangeLog psppire.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/gui ChangeLog psppire.c
Date: Sat, 25 Aug 2007 10:04:03 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/08/25 10:04:03

Modified files:
        src/ui/gui     : ChangeLog psppire.c 

Log message:
        Enable journal in GUI.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/ChangeLog?cvsroot=pspp&r1=1.82&r2=1.83
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/psppire.c?cvsroot=pspp&r1=1.48&r2=1.49

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -b -r1.82 -r1.83
--- ChangeLog   18 Aug 2007 02:52:36 -0000      1.82
+++ ChangeLog   25 Aug 2007 10:04:03 -0000      1.83
@@ -1,3 +1,7 @@
+2007-08-25  John Darrington <address@hidden>
+
+       * psppire.c : Enable journal.
+
 2007-08-18  John Darrington <address@hidden>
 
        * clipboard.c clipboard.h data-editor.c: Added the ability to paste 
from 

Index: psppire.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/psppire.c,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -b -r1.48 -r1.49
--- psppire.c   23 Aug 2007 05:15:16 -0000      1.48
+++ psppire.c   25 Aug 2007 10:04:03 -0000      1.49
@@ -36,6 +36,7 @@
 #include <language/lexer/lexer.h>
 #include <libpspp/version.h>
 #include <output/output.h>
+#include <output/journal.h>
 
 #include <gtk/gtk.h>
 #include <glade/glade.h>
@@ -116,6 +117,8 @@
 
   unlink (OUTPUT_FILE_NAME);
 
+  journal_enable ();
+
   new_data_window (NULL, NULL);
 }
 




reply via email to

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