diff options
author | Christopher James Lahey <clahey@ximian.com> | 2001-04-04 14:59:05 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2001-04-04 14:59:05 +0800 |
commit | 941a6c67a756c5029e5807f60a02a57fbc7706a0 (patch) | |
tree | 9029caafb257ff7b3d662344fc2aedf1a2078628 | |
parent | 08940ce6f639f8ae75ed08ebd0bfee4fc02a29af (diff) | |
download | gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar.gz gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar.bz2 gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar.lz gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar.xz gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.tar.zst gsoc2013-evolution-941a6c67a756c5029e5807f60a02a57fbc7706a0.zip |
Turn on E_TREE_USE_TREE_SELECTION.
2001-04-04 Christopher James Lahey <clahey@ximian.com>
* e-tree.h (E_TREE_USE_TREE_SELECTION): Turn on
E_TREE_USE_TREE_SELECTION.
svn path=/trunk/; revision=9165
-rw-r--r-- | widgets/table/e-tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/table/e-tree.h b/widgets/table/e-tree.h index c5cdaccdb8..6c4066a047 100644 --- a/widgets/table/e-tree.h +++ b/widgets/table/e-tree.h @@ -17,7 +17,7 @@ #include <gal/e-table/e-table-state.h> #include <gal/e-table/e-tree-model.h> -/*#define E_TREE_USE_TREE_SELECTION*/ +#define E_TREE_USE_TREE_SELECTION #ifdef E_TREE_USE_TREE_SELECTION #include <gal/e-table/e-tree-selection-model.h> |