diff options
author | Dan Winship <danw@src.gnome.org> | 2001-10-09 02:14:59 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2001-10-09 02:14:59 +0800 |
commit | e1581b778571f2b7d52cd2c034b88b7b5d0d9083 (patch) | |
tree | 5f126d32908175ec65df070110a72ea0deaf69bd /mail/ChangeLog | |
parent | 482567f1c783a6b479b05ff4dacc07b60727b4b9 (diff) | |
download | gsoc2013-evolution-e1581b778571f2b7d52cd2c034b88b7b5d0d9083.tar.gz gsoc2013-evolution-e1581b778571f2b7d52cd2c034b88b7b5d0d9083.tar.zst gsoc2013-evolution-e1581b778571f2b7d52cd2c034b88b7b5d0d9083.zip |
For mailstorage folders, connect to the control's "activate" signal, and
* component-factory.c (create_view): For mailstorage folders,
connect to the control's "activate" signal, and don't try to
connect to the store.
(storage_activate): Instead, do it here, so if the connection
fails, or the user cancels, or whatever else, he can try again
later.
svn path=/trunk/; revision=13503
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 562b01c30a..03427d8d12 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,12 @@ +2001-10-08 Dan Winship <danw@frotz.mysterion.org> + + * component-factory.c (create_view): For mailstorage folders, + connect to the control's "activate" signal, and don't try to + connect to the store. + (storage_activate): Instead, do it here, so if the connection + fails, or the user cancels, or whatever else, he can try again + later. + 2001-10-07 Dan Winship <danw@ximian.com> * mail-tools.c (mail_tool_do_movemail): Remove #ifndef |