diff options
author | Larry Ewing <lewing@ximian.com> | 2001-11-15 06:41:26 +0800 |
---|---|---|
committer | Larry Ewing <lewing@src.gnome.org> | 2001-11-15 06:41:26 +0800 |
commit | 7838233834765fa21f3597eb6d0e44558141e6fd (patch) | |
tree | 07d0baade0b4af2cc06e707b72ca2388d9d33e8f /composer/ChangeLog | |
parent | f6bbfa3d44ca772031a6c6161cd7e3256955fdc2 (diff) | |
download | gsoc2013-evolution-7838233834765fa21f3597eb6d0e44558141e6fd.tar.gz gsoc2013-evolution-7838233834765fa21f3597eb6d0e44558141e6fd.tar.zst gsoc2013-evolution-7838233834765fa21f3597eb6d0e44558141e6fd.zip |
popup failure dialog if we cannot get a valid editor_engine.
2001-11-14 Larry Ewing <lewing@ximian.com>
* e-msg-composer.c (create_composer): popup failure dialog if we
cannot get a valid editor_engine.
(prepare_engine): make the checks robust and make sure that we
unset the engine if any part fails.
svn path=/trunk/; revision=14715
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 97ce5674bb..dfd3eff5e6 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,10 @@ +2001-11-14 Larry Ewing <lewing@ximian.com> + + * e-msg-composer.c (create_composer): popup failure dialog if we + cannot get a valid editor_engine. + (prepare_engine): make the checks robust and make sure that we + unset the engine if any part fails. + 2001-11-02 Radek Doulik <rodo@ximian.com> * e-msg-composer.c (add_inlined_images): use hash table to |