diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-04-11 03:38:56 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-04-11 03:38:56 +0800 |
commit | f6b7c9d6e591549bcea385dc08e6b70cafacf742 (patch) | |
tree | cff0eb915f09c8826125c43142f9861aad2981ab /composer/ChangeLog | |
parent | 796b9fe197173d909a1f02e04bd25c5dafff350a (diff) | |
download | gsoc2013-evolution-f6b7c9d6e591549bcea385dc08e6b70cafacf742.tar.gz gsoc2013-evolution-f6b7c9d6e591549bcea385dc08e6b70cafacf742.tar.zst gsoc2013-evolution-f6b7c9d6e591549bcea385dc08e6b70cafacf742.zip |
No need to query for the persist-stream interface here, just re-use
2002-04-08 Jeffrey Stedfast <fejj@ximian.com>
* e-msg-composer.c (set_editor_text): No need to query for the
persist-stream interface here, just re-use
composer->persist_stream_interface - this might improve the speed
at which a reply action brings up the composer.
svn path=/trunk/; revision=16425
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 2052a76666..8d7517011b 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2002-04-08 Jeffrey Stedfast <fejj@ximian.com> + + * e-msg-composer.c (set_editor_text): No need to query for the + persist-stream interface here, just re-use + composer->persist_stream_interface - this might improve the speed + at which a reply action brings up the composer. + 2002-04-09 Not Zed <NotZed@Ximian.com> * e-msg-composer-hdrs.c (set_recipients_from_destv): Use decode |