diff options
author | Dan Winship <danw@src.gnome.org> | 2000-07-10 07:24:24 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-07-10 07:24:24 +0800 |
commit | 815c033842cd89c7116c844147470dba50019e29 (patch) | |
tree | 6ea19eba290284fa1cb06b8569c6e516d2d81d7b /composer/ChangeLog | |
parent | 7ffeca2735c0d928be4f5379de136e0606ccb652 (diff) | |
download | gsoc2013-evolution-815c033842cd89c7116c844147470dba50019e29.tar.gz gsoc2013-evolution-815c033842cd89c7116c844147470dba50019e29.tar.zst gsoc2013-evolution-815c033842cd89c7116c844147470dba50019e29.zip |
Don't load "" into the editor, because it will cause the editor component
* e-msg-composer.c (set_editor_text): Don't load "" into the
editor, because it will cause the editor component to g_warning.
svn path=/trunk/; revision=4026
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 adbd10f91c..e05826537e 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,8 @@ +2000-07-09 Dan Winship <danw@helixcode.com> + + * e-msg-composer.c (set_editor_text): Don't load "" into the + editor, because it will cause the editor component to g_warning. + 2000-07-09 Christopher James Lahey <clahey@helixcode.com> * e-msg-composer-hdrs.c: Removed the extra frame here. |