diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-18 06:34:38 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-18 06:34:38 +0800 |
commit | e86602f0ef887fcace201e6f898bd8f2437deaaf (patch) | |
tree | ccb48c53b8ab4e3befc473b71906761f4c676459 /mail/ChangeLog | |
parent | 561b83c1a1128305b27026cf284320c333966f4a (diff) | |
download | gsoc2013-evolution-e86602f0ef887fcace201e6f898bd8f2437deaaf.tar.gz gsoc2013-evolution-e86602f0ef887fcace201e6f898bd8f2437deaaf.tar.zst gsoc2013-evolution-e86602f0ef887fcace201e6f898bd8f2437deaaf.zip |
Fixed to check fi->child as well (since mbox does it right).
2003-11-17 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (tree_row_expanded): Fixed to check fi->child
as well (since mbox does it right).
(emft_popup_new_folder_response): Fixed to subscribe to the
correct folder.
(emft_popup_delete_folders): Fixed to use the full_name rather
than the path.
svn path=/trunk/; revision=23407
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index b2733b5314..91613fcc5d 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,6 +2,10 @@ * em-folder-tree.c (tree_row_expanded): Fixed to check fi->child as well (since mbox does it right). + (emft_popup_new_folder_response): Fixed to subscribe to the + correct folder. + (emft_popup_delete_folders): Fixed to use the full_name rather + than the path. * em-folder-selection-button.c (set_contents): Fixed to not include leading '/' in the folder name in the label. |