diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-12-04 01:50:59 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-12-04 01:50:59 +0800 |
commit | d7aa831cc419feea80fab7d74449eb709f86c88a (patch) | |
tree | d184b3afbc92c87af2cd4681c9acc302ad89ebc2 /mail/ChangeLog | |
parent | 313275af7dd939c72e42e38fe4b75f1daf903f55 (diff) | |
download | gsoc2013-evolution-d7aa831cc419feea80fab7d74449eb709f86c88a.tar.gz gsoc2013-evolution-d7aa831cc419feea80fab7d74449eb709f86c88a.tar.zst gsoc2013-evolution-d7aa831cc419feea80fab7d74449eb709f86c88a.zip |
Need to prepend a "/" to path if the path is the url fragment. Also fixed
2003-12-03 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (em_folder_tree_set_selected): Need to prepend
a "/" to path if the path is the url fragment. Also fixed to
select the store node if path == "/".
svn path=/trunk/; revision=23611
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 9181f562e4..b98feb30c7 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,8 +1,14 @@ 2003-12-03 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c (em_folder_tree_set_selected): Need to prepend + a "/" to path if the path is the url fragment. Also fixed to + select the store node if path == "/". + * em-folder-selector.c (em_folder_selector_get_selected_uri): Fixed a FIXME by using the CamelProvider url flags to determine if the url used url->fragment or url->path as the folder path. + (em_folder_selector_get_selected_path): Don't allow path strings + to start with "//". 2003-12-03 JP Rosevear <jpr@ximian.com> |