diff options
author | Not Zed <NotZed@Ximian.com> | 2004-10-06 11:33:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-10-06 11:33:55 +0800 |
commit | 318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e (patch) | |
tree | 939a09608047dcd300331a3b378d46b4ccab9a8b /mail/ChangeLog | |
parent | 7501aec23887fe0d6e68620b00326c6f2fc3c260 (diff) | |
download | gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar.gz gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar.bz2 gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar.lz gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar.xz gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.tar.zst gsoc2013-evolution-318dc1564b1c8fca154ecd281b2b1a82dfe8ae4e.zip |
remove old debug which no longer works.
2004-10-05 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_popup_copy_folder_selected): remove old
debug which no longer works.
** See bug #66991 (related to #64377).
* em-folder-tree.c (em_folder_tree_set_selected): if we get a NULL
uri or "", just clear the list.
(emft_tree_button_press): select the new path as well as move the
cursor there, otherwise emft_tree_user_event clears the selection.
svn path=/trunk/; revision=27469
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 259f4ba0d8..08eca7526f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,15 @@ +2004-10-05 Not Zed <NotZed@Ximian.com> + + * em-folder-tree.c (emft_popup_copy_folder_selected): remove old + debug which no longer works. + + ** See bug #66991 (related to #64377). + + * em-folder-tree.c (em_folder_tree_set_selected): if we get a NULL + uri or "", just clear the list. + (emft_tree_button_press): select the new path as well as move the + cursor there, otherwise emft_tree_user_event clears the selection. + 2004-09-30 David Malcolm <dmalcolm@redhat.com> * em-migrate.c (upgrade_passwords_1_2): fix uninitialised pointer. |