diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-21 03:12:00 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-21 03:12:00 +0800 |
commit | 040e2d2287764ac19b2701dc1fefc00882451592 (patch) | |
tree | c75c61d8dffe45c8f5df41cee543e3877e3a5966 /mail/ChangeLog | |
parent | ebc902721df626e57f28af7ce2f9273d89a859e1 (diff) | |
download | gsoc2013-evolution-040e2d2287764ac19b2701dc1fefc00882451592.tar.gz gsoc2013-evolution-040e2d2287764ac19b2701dc1fefc00882451592.tar.zst gsoc2013-evolution-040e2d2287764ac19b2701dc1fefc00882451592.zip |
Fixes bug #51012.
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.
svn path=/trunk/; revision=23462
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> |