aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-table.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2002-01-09 14:49:52 +0800
committerChris Lahey <clahey@src.gnome.org>2002-01-09 14:49:52 +0800
commiteffefd28156b8ad5aff067f3031fd4b7627a2d5c (patch)
treedd7ff58c9245955565ab1eac46bcd19e0f370f82 /widgets/table/e-table.h
parente5d02e7ed1e4ba0b007cb130be6f4d268ecc9e92 (diff)
downloadgsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar.gz
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar.bz2
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar.lz
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar.xz
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.tar.zst
gsoc2013-evolution-effefd28156b8ad5aff067f3031fd4b7627a2d5c.zip
Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. Reset
2002-01-09 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped version number to 0.19.99.0. Bumped GAL_CURRENT. Reset GAL_REVISION. From gal/e-table/ChangeLog: 2002-01-09 Christopher James Lahey <clahey@ximian.com> * e-table.c, e-table.h (scroll_timeout), e-tree.c (scroll_timeout): Made these handle horizontal scrolling during drags. svn path=/trunk/; revision=15272
Diffstat (limited to 'widgets/table/e-table.h')
-rw-r--r--widgets/table/e-table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-table.h b/widgets/table/e-table.h
index 9900821eb7..30c2887cd0 100644
--- a/widgets/table/e-table.h
+++ b/widgets/table/e-table.h
@@ -108,7 +108,7 @@ typedef struct {
guint is_grouped : 1;
- guint scroll_down : 1;
+ guint scroll_direction : 4;
guint do_drag : 1;