diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2001-12-14 04:14:26 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2001-12-14 04:14:26 +0800 |
commit | d103ae62e11c1180f665e242dc0fac1fa0d0f016 (patch) | |
tree | 82cacf4de1735708bad7e120f009c56dce209a73 /composer/ChangeLog | |
parent | fe2f7a99bb470fd7136e8f8fa5a82c5cefdfaf7a (diff) | |
download | gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar.gz gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar.bz2 gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar.lz gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar.xz gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.tar.zst gsoc2013-evolution-d103ae62e11c1180f665e242dc0fac1fa0d0f016.zip |
Attach to the parent widget's destroy signal - when that gets destroyed,
001-12-11 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer-attachment.c (e_msg_composer_attachment_edit):
Attach to the parent widget's destroy signal - when that gets
destroyed, we need to cancel the editor dialog too. Also connect
to our parent window's "hide" signal so that when the composer
gets hidden (ie, it's being sent), we also close the dialogs.
* e-msg-composer.c (init): Default composer->enable_autosave to
TRUE.
svn path=/trunk/; revision=15016
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 577eb84dc6..a3aeabc391 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,5 +1,16 @@ 2001-12-11 Jeffrey Stedfast <fejj@ximian.com> + * e-msg-composer-attachment.c (e_msg_composer_attachment_edit): + Attach to the parent widget's destroy signal - when that gets + destroyed, we need to cancel the editor dialog too. Also connect + to our parent window's "hide" signal so that when the composer + gets hidden (ie, it's being sent), we also close the dialogs. + + * e-msg-composer.c (init): Default composer->enable_autosave to + TRUE. + +2001-12-11 Jeffrey Stedfast <fejj@ximian.com> + * e-msg-composer-select-file.c (confirm): If multiple-selection is enabled but nothing is slected, fall back to using the filename in the entry box as the "selected" file. @@ -52,6 +63,11 @@ * e-msg-composer.c (drag_data_received): Allow drag & drop for vcards. +2001-11-30 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (setup_ui): Change the FileSend tooltip the be + the same as the FileSendLater tooltip if we are in offline mode. + 2001-11-14 Larry Ewing <lewing@ximian.com> * e-msg-composer.c (create_composer): popup failure dialog if we |