diff options
author | Radek Doulik <rodo@helixcode.com> | 2000-11-16 02:47:33 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2000-11-16 02:47:33 +0800 |
commit | c9cba32d9ad9eb717ec135a49dc9fee4d703293a (patch) | |
tree | 2467a2eab029c33b1f32d0106ae8b8488eacf959 /composer/e-msg-composer.h | |
parent | 20b14e0bb55cc3da1bf8dd669fb0bf78b59f355b (diff) | |
download | gsoc2013-evolution-c9cba32d9ad9eb717ec135a49dc9fee4d703293a.tar.gz gsoc2013-evolution-c9cba32d9ad9eb717ec135a49dc9fee4d703293a.tar.zst gsoc2013-evolution-c9cba32d9ad9eb717ec135a49dc9fee4d703293a.zip |
updates for HTMLEditor API changes
2000-11-15 Radek Doulik <rodo@helixcode.com>
* updates for HTMLEditor API changes
* e-msg-composer.c: added #include <libgnomevfs/gnome-vfs.h>
svn path=/trunk/; revision=6582
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 4e8c611f66..807f23256f 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -63,11 +63,11 @@ struct _EMsgComposer { GtkWidget *address_dialog; - Bonobo_PersistFile persist_file_interface; - Bonobo_PersistStream persist_stream_interface; - HTMLEditor_Engine editor_engine; - BonoboObject *editor_listener; - GHashTable *inline_images; + Bonobo_PersistFile persist_file_interface; + Bonobo_PersistStream persist_stream_interface; + GNOME_HTMLEditor_Engine editor_engine; + BonoboObject *editor_listener; + GHashTable *inline_images; char *sig_file; |