projects
/
pspp-builds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7751519
)
Enabled the autoscroll feature on the datasheet.
author
John Darrington
<john@darrington.wattle.id.au>
Thu, 25 Oct 2007 11:24:29 +0000
(11:24 +0000)
committer
John Darrington
<john@darrington.wattle.id.au>
Thu, 25 Oct 2007 11:24:29 +0000
(11:24 +0000)
src/ui/gui/data-sheet.c
patch
|
blob
|
history
diff --git
a/src/ui/gui/data-sheet.c
b/src/ui/gui/data-sheet.c
index df0bf3837f381d2fba785b872c91d15c678b6c39..2145d0f71ae72d272bc51be2817d67b6f403db1a 100644
(file)
--- a/
src/ui/gui/data-sheet.c
+++ b/
src/ui/gui/data-sheet.c
@@
-133,7
+133,7
@@
psppire_data_sheet_create (gchar *widget_name, gchar *string1, gchar *string2,
gtk_sheet_set_model (GTK_SHEET (sheet), G_SHEET_MODEL (the_data_store));
- gtk_sheet_set_autoscroll (GTK_SHEET (sheet),
FALS
E);
+ gtk_sheet_set_autoscroll (GTK_SHEET (sheet),
TRU
E);
gtk_widget_show (sheet);