diff options
author | Radek Doulik <rodo@helixcode.com> | 2000-12-08 03:04:19 +0800 |
---|---|---|
committer | Radek Doulik <rodo@src.gnome.org> | 2000-12-08 03:04:19 +0800 |
commit | ffcec7f3d556a32b191891a21de72476d157cbf9 (patch) | |
tree | 3d02a22a797e73da787929c35d3d658f5f39c5bf /composer/e-msg-composer.h | |
parent | a22a4c17a5796ed4aa4249f6154b7d3321bd6709 (diff) | |
download | gsoc2013-evolution-ffcec7f3d556a32b191891a21de72476d157cbf9.tar.gz gsoc2013-evolution-ffcec7f3d556a32b191891a21de72476d157cbf9.tar.zst gsoc2013-evolution-ffcec7f3d556a32b191891a21de72476d157cbf9.zip |
added warnings (prepare_engine): updated to
2000-12-07 Radek Doulik <rodo@helixcode.com>
* e-msg-composer.c (prepare_engine): added warnings
(prepare_engine): updated to IDL:GNOME/GtkHTML/Editor/Engine:1.0
* Makefile.am: renamed HTMLEditor* to Editor*, added Editor-common.c:
$(HTML_EDITOR_GENERATED) rule
svn path=/trunk/; revision=6838
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 807f23256f..5c62c34f78 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -32,7 +32,7 @@ typedef struct _EMsgComposerClass EMsgComposerClass; #include "e-msg-composer-attachment-bar.h" #include "e-msg-composer-hdrs.h" -#include "HTMLEditor.h" +#include "Editor.h" #ifdef __cplusplus extern "C" { @@ -65,7 +65,7 @@ struct _EMsgComposer { Bonobo_PersistFile persist_file_interface; Bonobo_PersistStream persist_stream_interface; - GNOME_HTMLEditor_Engine editor_engine; + GNOME_GtkHTML_Editor_Engine editor_engine; BonoboObject *editor_listener; GHashTable *inline_images; |