diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2003-11-15 03:33:55 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-11-15 03:33:55 +0800 |
commit | 13f904ee3cd9f9139a4c774d923d36f59c8cf5b4 (patch) | |
tree | 7f1c0e2d78ab9c3b71e1b92807834f0fd400bcba /mail/ChangeLog | |
parent | 5fcb5903d844a94168593965438310285b420828 (diff) | |
download | gsoc2013-evolution-13f904ee3cd9f9139a4c774d923d36f59c8cf5b4.tar.gz gsoc2013-evolution-13f904ee3cd9f9139a4c774d923d36f59c8cf5b4.tar.zst gsoc2013-evolution-13f904ee3cd9f9139a4c774d923d36f59c8cf5b4.zip |
Don't create a new view anymore, simply set the new folder uri on the
2003-11-14 Jeffrey Stedfast <fejj@ximian.com>
* mail-component.c (folder_selected_cb): Don't create a new view
anymore, simply set the new folder uri on the folder browser. This
makes the mailer use a lot less memory than in 1.x
svn path=/trunk/; revision=23358
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index d69009a108..17a38d9be6 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,11 @@ 2003-11-14 Jeffrey Stedfast <fejj@ximian.com> + * mail-component.c (folder_selected_cb): Don't create a new view + anymore, simply set the new folder uri on the folder browser. This + makes the mailer use a lot less memory than in 1.x + +2003-11-14 Jeffrey Stedfast <fejj@ximian.com> + * em-folder-selection.c (folder_selected_cb): Only set OK to sensitive if the selected node is not a store node. |