diff options
author | Miguel de Icaza <miguel@helixcode.com> | 2001-01-12 07:20:37 +0800 |
---|---|---|
committer | Miguel de Icaza <miguel@src.gnome.org> | 2001-01-12 07:20:37 +0800 |
commit | c6737bc9e8da67083a455a2b3f0e5704290ab06c (patch) | |
tree | 0174acc088461cdf45483090c4c8b29caac59f76 /composer/e-msg-composer.h | |
parent | 5a405a2c31ce8e3a6e14ab991a3e019243c14292 (diff) | |
download | gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.gz gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.bz2 gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.lz gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.xz gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.tar.zst gsoc2013-evolution-c6737bc9e8da67083a455a2b3f0e5704290ab06c.zip |
Add an ItemContainer Bonobo interface to allow client applications to
2001-01-10 Miguel de Icaza <miguel@helixcode.com>
* evolution-composer.c (evolution_composer_construct): Add an
ItemContainer Bonobo interface to allow client applications to
locate the Message Composer component.
svn path=/trunk/; revision=7416
Diffstat (limited to 'composer/e-msg-composer.h')
-rw-r--r-- | composer/e-msg-composer.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/composer/e-msg-composer.h b/composer/e-msg-composer.h index 58fd9c689a..069c45ab2f 100644 --- a/composer/e-msg-composer.h +++ b/composer/e-msg-composer.h @@ -68,7 +68,8 @@ struct _EMsgComposer { GNOME_GtkHTML_Editor_Engine editor_engine; BonoboObject *editor_listener; GHashTable *inline_images; - + BonoboObject *item_container; + char *sig_file; gboolean attachment_bar_visible : 1; |