diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-06-25 22:44:49 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-06-25 22:44:49 +0800 |
commit | ead0633d3ba2685b2311a26afc66aaa660666688 (patch) | |
tree | 7949c95315bde142058d105b463c24875aeffc3a /mail/ChangeLog | |
parent | 8f5eaf4319d7bc34d3660fe8a6161142cd96e4e8 (diff) | |
download | gsoc2013-evolution-ead0633d3ba2685b2311a26afc66aaa660666688.tar.gz gsoc2013-evolution-ead0633d3ba2685b2311a26afc66aaa660666688.tar.zst gsoc2013-evolution-ead0633d3ba2685b2311a26afc66aaa660666688.zip |
Don't prepend the path string with a '/'.
2004-06-23 Jeffrey Stedfast <fejj@novell.com>
* em-folder-selector.c (em_folder_selector_get_selected_path):
Don't prepend the path string with a '/'.
* em-folder-tree.c (em_folder_tree_create_folder): This takes a
full_name so update the argument to make that clear.
(emft_create_folder): Same and also don't strip a leading '/'
svn path=/trunk/; revision=26513
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 f3095b2333..31b684e385 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2004-06-23 Jeffrey Stedfast <fejj@novell.com> + + * em-folder-selector.c (em_folder_selector_get_selected_path): + Don't prepend the path string with a '/'. + + * em-folder-tree.c (em_folder_tree_create_folder): This takes a + full_name so update the argument to make that clear. + (emft_create_folder): Same and also don't strip a leading '/' + 2004-06-25 Not Zed <NotZed@Ximian.com> * em-folder-tree.c (folder_tree_new): set search column. #60152. |