diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-09 03:04:19 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-09 03:04:19 +0800 |
commit | 19e87233d261b02464fc08ce6a5d2b31f089044b (patch) | |
tree | 3bb9ef3edc6aa986ae6b55913af6e58e76fd94e7 /mail/ChangeLog | |
parent | aa8514a7f6ea6a3e80686a9f091a9d4a3355885f (diff) | |
download | gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar.gz gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar.bz2 gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar.lz gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar.xz gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.tar.zst gsoc2013-evolution-19e87233d261b02464fc08ce6a5d2b31f089044b.zip |
Only change the cursor if the currently selected folder is a subfolder of
2004-06-08 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_tree_row_collapsed): Only change the
cursor if the currently selected folder is a subfolder of the
folder collapsed. Fixes bug #59801 without breaking bug #57665.
(emft_tree_test_collapse_row): Renamed from
emft_tree_collapse_row() to match the new signal we are connected
to.
svn path=/trunk/; revision=26258
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 569d0b01b8..3cbca6aee7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-06-08 Jeffrey Stedfast <fejj@novell.com> + + * em-folder-tree.c (emft_tree_row_collapsed): Only change the + cursor if the currently selected folder is a subfolder of the + folder collapsed. Fixes bug #59801 without breaking bug #57665. + (emft_tree_test_collapse_row): Renamed from + emft_tree_collapse_row() to match the new signal we are connected + to. + 2004-06-07 Jeffrey Stedfast <fejj@novell.com> * em-folder-tree-model.c (em_folder_tree_model_add_store): Set the |