diff options
author | JP Rosevear <jpr@ximian.com> | 2004-01-21 03:16:41 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-01-21 03:16:41 +0800 |
commit | 254104e3129ae52a820860bdd0e4bdc76e69511c (patch) | |
tree | a59660c8126b3b16583e6604b71a098b2c061cd7 /widgets/misc/ChangeLog | |
parent | 7f3a61ee529d46bcbe80ccb80b1ee58c5cae33a2 (diff) | |
download | gsoc2013-evolution-254104e3129ae52a820860bdd0e4bdc76e69511c.tar.gz gsoc2013-evolution-254104e3129ae52a820860bdd0e4bdc76e69511c.tar.zst gsoc2013-evolution-254104e3129ae52a820860bdd0e4bdc76e69511c.zip |
check if the collapsing node has its child selected, if so take a row
2004-01-20 JP Rosevear <jpr@ximian.com>
* e-source-selector.c (test_collapse_row_callback): check if the
collapsing node has its child selected, if so take a row reference
to remember the selection
(row_expanded_callback): check if the expanding node has the saved
primary selection under it and re-select if so
(init): listen for signals
(impl_dispose): free the primary selection
svn path=/trunk/; revision=24329
Diffstat (limited to 'widgets/misc/ChangeLog')
-rw-r--r-- | widgets/misc/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/widgets/misc/ChangeLog b/widgets/misc/ChangeLog index a98b1975d6..073f5dd902 100644 --- a/widgets/misc/ChangeLog +++ b/widgets/misc/ChangeLog @@ -1,3 +1,13 @@ +2004-01-20 JP Rosevear <jpr@ximian.com> + + * e-source-selector.c (test_collapse_row_callback): check if the + collapsing node has its child selected, if so take a row reference + to remember the selection + (row_expanded_callback): check if the expanding node has the saved + primary selection under it and re-select if so + (init): listen for signals + (impl_dispose): free the primary selection + 2004-01-19 JP Rosevear <jpr@ximian.com> * e-source-selector.c (create_rebuild_data): create the data |