diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-06 01:29:14 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-09-06 01:29:14 +0800 |
commit | 1fa08a33f87f3f7944448b91bdaee410865e4545 (patch) | |
tree | b0b329d2a7511afe73c618de3bd7f3cb23a7c991 /composer/ChangeLog | |
parent | 15af11c98844a2ce5f5c5526a635a495ebbfdd89 (diff) | |
download | gsoc2013-evolution-1fa08a33f87f3f7944448b91bdaee410865e4545.tar.gz gsoc2013-evolution-1fa08a33f87f3f7944448b91bdaee410865e4545.tar.zst gsoc2013-evolution-1fa08a33f87f3f7944448b91bdaee410865e4545.zip |
(composer_key_pressed): Don't chain the event
handler here -- that's just wrong! Also stop emission of the
signal when we catch Escape.
svn path=/trunk/; revision=17987
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 66ed6aa845..57451818fa 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2002-09-05 Ettore Perazzoli <ettore@ximian.com> + + * e-msg-composer.c (composer_key_pressed): Don't chain the event + handler here -- that's just wrong! Also stop emission of the + signal when we catch Escape. + 2002-09-04 Jeffrey Stedfast <fejj@ximian.com> * e-msg-composer.c (create_composer): Make it so that the composer |