diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-15 05:25:06 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-15 05:25:06 +0800 |
commit | c0a24a282e4d4ffcce16df74a77269c2f1754e69 (patch) | |
tree | d48a0017970621a93e2b0c1238ad86139de44b45 /mail/ChangeLog | |
parent | 50a2665bff9c48dc25701194157802e836db9290 (diff) | |
download | gsoc2013-evolution-c0a24a282e4d4ffcce16df74a77269c2f1754e69.tar.gz gsoc2013-evolution-c0a24a282e4d4ffcce16df74a77269c2f1754e69.tar.zst gsoc2013-evolution-c0a24a282e4d4ffcce16df74a77269c2f1754e69.zip |
We can't use a uri to do a lookup of a store-info on the store_hash, we
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>
* em-folder-tree.c (emft_popup_new_folder_response): We can't use
a uri to do a lookup of a store-info on the store_hash, we have to
get a CamelStore first.
(row_draggable_cb): validate the iter before using it.
(row_drop_possible_cb): Same.
(drag_data_received_cb): Here too.
(drag_data_get_cb): Same.
(drag_data_delete_cb): Again here.
svn path=/trunk/; revision=23363
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 240eb65ce5..b50f7fe932 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,16 @@ 2003-11-14 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-tree.c (emft_popup_new_folder_response): We can't use + a uri to do a lookup of a store-info on the store_hash, we have to + get a CamelStore first. + (row_draggable_cb): validate the iter before using it. + (row_drop_possible_cb): Same. + (drag_data_received_cb): Here too. + (drag_data_get_cb): Same. + (drag_data_delete_cb): Again here. + +2003-11-14 Jeffrey Stedfast <fejj@ximian.com> + * mail-mt.c (set_stop): Removed most of the code. This is basically now a nop. Need to somehow get the uic and fix this. |