diff options
author | Not Zed <NotZed@Ximian.com> | 2004-06-11 17:18:55 +0800 |
---|---|---|
committer | Michael Zucci <zucchi@src.gnome.org> | 2004-06-11 17:18:55 +0800 |
commit | e74576a4377a8daa0e8fcc233c6c530943aeeba4 (patch) | |
tree | a98631de04bdb5fb4d4f9c7008628c9787bd4e3e /mail/ChangeLog | |
parent | 295bf2894052c2c34639b109166355de5c854fc8 (diff) | |
download | gsoc2013-evolution-e74576a4377a8daa0e8fcc233c6c530943aeeba4.tar.gz gsoc2013-evolution-e74576a4377a8daa0e8fcc233c6c530943aeeba4.tar.zst gsoc2013-evolution-e74576a4377a8daa0e8fcc233c6c530943aeeba4.zip |
rearrange the setting up of the target flags, stores can have a null path.
2004-06-11 Not Zed <NotZed@Ximian.com>
* em-folder-tree.c (emft_tree_button_press): rearrange the setting
up of the target flags, stores can have a null path.
* em-folder-selector.c (emfs_create_name_changed): use
get_selected_uri rather than path. a valid uri may have a null
path now.
(emfs_create_name_activate): and here too.
(em_folder_selector_get_selected_path): check the uri is null for
a selected path, and then handle a null path.
svn path=/trunk/; revision=26307
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c13399c9ce..8a4b463d9f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,15 @@ 2004-06-11 Not Zed <NotZed@Ximian.com> + * em-folder-tree.c (emft_tree_button_press): rearrange the setting + up of the target flags, stores can have a null path. + + * em-folder-selector.c (emfs_create_name_changed): use + get_selected_uri rather than path. a valid uri may have a null + path now. + (emfs_create_name_activate): and here too. + (em_folder_selector_get_selected_path): check the uri is null for + a selected path, and then handle a null path. + * em-folder-tree-model.c (em_folder_tree_model_add_store): revert previous change. Stupid emftm. |