diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-08-31 23:45:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-08-31 23:45:48 +0800 |
commit | 43c5226539d29571957c558e1e3d40510ef90996 (patch) | |
tree | fb060b6f0d72806a362c2d10ee3b1b46844364e1 /mail/ChangeLog | |
parent | 858ac6e35ad0e9394732a2f43051f331a345c798 (diff) | |
download | gsoc2013-evolution-43c5226539d29571957c558e1e3d40510ef90996.tar.gz gsoc2013-evolution-43c5226539d29571957c558e1e3d40510ef90996.tar.zst gsoc2013-evolution-43c5226539d29571957c558e1e3d40510ef90996.zip |
Set the store and full_name info on the dialog.
2004-08-30 Jeffrey Stedfast <fejj@novell.com>
* em-folder-tree.c (emft_popup_delete_folder): Set the store and
full_name info on the dialog.
(emft_popup_delete_response): Use the requisite data stored on the
dialog object rather than examining the selection again. Fixes bug
#62665.
svn path=/trunk/; revision=27095
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index c17a8b3fa5..2a5b5f98a6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,11 @@ +2004-08-30 Jeffrey Stedfast <fejj@novell.com> + + * em-folder-tree.c (emft_popup_delete_folder): Set the store and + full_name info on the dialog. + (emft_popup_delete_response): Use the requisite data stored on the + dialog object rather than examining the selection again. Fixes bug + #62665. + 2004-08-30 Not Zed <NotZed@Ximian.com> ** See bug #64377. |