pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] pspp/src/ui/gui data-sheet.c


From: John Darrington
Subject: [Pspp-cvs] pspp/src/ui/gui data-sheet.c
Date: Thu, 25 Oct 2007 11:24:30 +0000

CVSROOT:        /sources/pspp
Module name:    pspp
Changes by:     John Darrington <jmd>   07/10/25 11:24:30

Modified files:
        src/ui/gui     : data-sheet.c 

Log message:
        Enabled the autoscroll feature on the datasheet.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pspp/src/ui/gui/data-sheet.c?cvsroot=pspp&r1=1.23&r2=1.24

Patches:
Index: data-sheet.c
===================================================================
RCS file: /sources/pspp/pspp/src/ui/gui/data-sheet.c,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -b -r1.23 -r1.24
--- data-sheet.c        7 Jul 2007 06:14:27 -0000       1.23
+++ data-sheet.c        25 Oct 2007 11:24:29 -0000      1.24
@@ -133,7 +133,7 @@
 
   gtk_sheet_set_model (GTK_SHEET (sheet), G_SHEET_MODEL (the_data_store));
 
-  gtk_sheet_set_autoscroll (GTK_SHEET (sheet), FALSE);
+  gtk_sheet_set_autoscroll (GTK_SHEET (sheet), TRUE);
 
   gtk_widget_show (sheet);
 




reply via email to

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