diff options
author | Radek Doulik <rodo@ximian.com> | 2002-07-27 01:47:48 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2002-07-27 01:47:48 +0800 |
commit | d2a3ec5a4e069d3ab36b32f08bc7dd18ed63d16b (patch) | |
tree | ad2ebf61ca4b03199816c5b939aa382bdd50a241 /composer/ChangeLog | |
parent | 67b895cf5511386a5533c0bb99016360a82710bc (diff) | |
download | gsoc2013-evolution-d2a3ec5a4e069d3ab36b32f08bc7dd18ed63d16b.tar.gz gsoc2013-evolution-d2a3ec5a4e069d3ab36b32f08bc7dd18ed63d16b.tar.zst gsoc2013-evolution-d2a3ec5a4e069d3ab36b32f08bc7dd18ed63d16b.zip |
don't assert on default, when ESC is pressed, the dialog is closed as well
2002-07-26 Radek Doulik <rodo@ximian.com>
* e-msg-composer.c (do_exit): don't assert on default, when ESC is
pressed, the dialog is closed as well and we get button number -1
svn path=/trunk/; revision=17611
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index e70da84b40..dd212d2cc6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2002-07-26 Radek Doulik <rodo@ximian.com> + + * e-msg-composer.c (do_exit): don't assert on default, when ESC is + pressed, the dialog is closed as well and we get button number -1 + 2002-07-26 Ettore Perazzoli <ettore@ximian.com> * e-msg-composer-attachment-bar.c (pixbuf_for_mime_type): |