diff options
author | Richard Hult <rhult@src.gnome.org> | 2000-08-31 15:01:05 +0800 |
---|---|---|
committer | Richard Hult <rhult@src.gnome.org> | 2000-08-31 15:01:05 +0800 |
commit | 4b7718f89408664af20a55d80a09323e63f4694f (patch) | |
tree | 6434a6520682644df223e10d50e145890e1657da /widgets/e-table/ChangeLog | |
parent | 04865e57d321a7d35e5165e8ec6de8f505ab54de (diff) | |
download | gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar.gz gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar.bz2 gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar.lz gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar.xz gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.tar.zst gsoc2013-evolution-4b7718f89408664af20a55d80a09323e63f4694f.zip |
Fix the tree example so that is doesn't show two sets of expand/unexpand
icons at tree nodes.
svn path=/trunk/; revision=5137
Diffstat (limited to 'widgets/e-table/ChangeLog')
-rw-r--r-- | widgets/e-table/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/widgets/e-table/ChangeLog b/widgets/e-table/ChangeLog index 2b87799b03..a3a2977668 100644 --- a/widgets/e-table/ChangeLog +++ b/widgets/e-table/ChangeLog @@ -1,3 +1,11 @@ +2000-08-31 Richard Hult <rhult@codefactory.se> + + * e-tree-example-1.c (create_tree): Don't show the root node. + Also quit when the window is closed. + (my_icon_at): Don't use icons here since the cell tree renderer takes + care of the +/- signs itself. This stops the tree example from showing + two sets of expand/unexpand icons at every node. + 2000-08-28 Christopher James Lahey <clahey@helixcode.com> * e-table-group-container.c: Make printing of groups work better |