diff options
author | Iain Holmes <iain@src.gnome.org> | 2000-12-30 09:34:04 +0800 |
---|---|---|
committer | Iain Holmes <iain@src.gnome.org> | 2000-12-30 09:34:04 +0800 |
commit | 058a550c571b3e77b0cef25bb287618b630a811e (patch) | |
tree | 988bf9949b20812607d950e793ba7eea185589cc /executive-summary/component/e-summary.h | |
parent | ebe0fd91cffde48584020466763c521003ea2d4b (diff) | |
download | gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.gz gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.zst gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.zip |
More bonobo property bag updates and stuff.
svn path=/trunk/; revision=7194
Diffstat (limited to 'executive-summary/component/e-summary.h')
-rw-r--r-- | executive-summary/component/e-summary.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/executive-summary/component/e-summary.h b/executive-summary/component/e-summary.h index 3ac6b1eaeb..470863a9f5 100644 --- a/executive-summary/component/e-summary.h +++ b/executive-summary/component/e-summary.h @@ -54,13 +54,11 @@ struct _ESummaryWindow { Bonobo_PersistStream persiststream; Bonobo_PropertyBag propertybag; Bonobo_PropertyControl propertycontrol; - Bonobo_EventSource property_event_source; Bonobo_EventSource event_source; - + /* Listener for the event_source */ BonoboListener *listener; - BonoboListener *html_listener; - Bonobo_Listener html_corba_listener; + int listener_id; char *iid; char *title; |