diff options
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index bb671cf251..65121382fb 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,7 +1,14 @@ 2003-11-20 Jeffrey Stedfast <fejj@ximian.com> + Fixes bug #51012. + * em-folder-tree.c (emft_popup_rename_folder): Fixed a FIXME to not use the OS-specific g_path_*() stuff. + (em_folder_tree_set_selected): For the case where the tree has + already loaded enough subfodlers to include the path we need to + select, exopand the nodes to that path as well. For the case that + the tree hasn't loaded enough of the folder nodes, load them and + then have the node selected/expanded to. 2003-11-19 Jeffrey Stedfast <fejj@ximian.com> |