diff options
author | Peter Williams <peterw@ximian.com> | 2001-08-17 01:47:15 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-08-17 01:47:15 +0800 |
commit | ba9b1480dd6bcfebf517ee5bd5689dce88bc5917 (patch) | |
tree | df875472047ac5cf5f0a3a2cb194f9d973c7835f /mail/ChangeLog | |
parent | 46c82f851c09879152213a2a56ce409556d80feb (diff) | |
download | gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar.gz gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar.bz2 gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar.lz gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar.xz gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.tar.zst gsoc2013-evolution-ba9b1480dd6bcfebf517ee5bd5689dce88bc5917.zip |
(fe_node_to_shell_path): Use node->name and node->full_name to generate
2001-08-16 Peter Williams <peterw@ximian.com>
(fe_node_to_shell_path): Use node->name and node->full_name to generate
the the shell path of this item. Don't need to escape the URL, and
handle cases when dir_sep != '/'
(fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL.
Third time's the charm...
svn path=/trunk/; revision=12101
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index dafcca3733..0bab44534e 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -2,7 +2,12 @@ * subscribe-dialog.c (fe_done_subscribing): Instead of hackfully getting the path, use a CamelURL so that escaping is handled. Silly - me. + me. -- See below -- + (fe_node_to_shell_path): Use node->name and node->full_name to generate + the the shell path of this item. Don't need to escape the URL, and + handle cases when dir_sep != '/' + (fe_done_subscribing): Use fe_node_to_shell_path instead of the CamelURL. + Third time's the charm... 2001-08-15 Jeffrey Stedfast <fejj@ximian.com> |