diff options
author | Christopher James Lahey <clahey@ximian.com> | 2002-05-14 11:47:16 +0800 |
---|---|---|
committer | Chris Lahey <clahey@src.gnome.org> | 2002-05-14 11:47:16 +0800 |
commit | 17f6f9980adefe5642c165fef6b1e9b15dd7cf7d (patch) | |
tree | b5b556d5850b3c0cae018496629a7810a9201551 /shell/ChangeLog | |
parent | b63eece6a300d773f7c3d7f865d570d3e0bcf422 (diff) | |
download | gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar.gz gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar.bz2 gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar.lz gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar.xz gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.tar.zst gsoc2013-evolution-17f6f9980adefe5642c165fef6b1e9b15dd7cf7d.zip |
Changed this to just walk the hash table to get the list of checked
2002-05-13 Christopher James Lahey <clahey@ximian.com>
* e-storage-set-view.c (e_storage_set_view_get_checkboxes_list):
Changed this to just walk the hash table to get the list of
checked checkboxes instead of walking the tree. (Makes it so that
checked paths will remain checked, even if they're not shown in
the tree when the list is gotten.)
svn path=/trunk/; revision=16778
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index 0d8ee5a331..6240195fa2 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,11 @@ +2002-05-13 Christopher James Lahey <clahey@ximian.com> + + * e-storage-set-view.c (e_storage_set_view_get_checkboxes_list): + Changed this to just walk the hash table to get the list of + checked checkboxes instead of walking the tree. (Makes it so that + checked paths will remain checked, even if they're not shown in + the tree when the list is gotten.) + 2002-05-13 Ettore Perazzoli <ettore@ximian.com> * e-shell-config.c: Handle the e-shell-config-offline and |