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/evolution-services/executive-summary-html-view.c | |
parent | ebe0fd91cffde48584020466763c521003ea2d4b (diff) | |
download | gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.gz gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.bz2 gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.lz gsoc2013-evolution-058a550c571b3e77b0cef25bb287618b630a811e.tar.xz 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/evolution-services/executive-summary-html-view.c')
-rw-r--r-- | executive-summary/evolution-services/executive-summary-html-view.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executive-summary/evolution-services/executive-summary-html-view.c b/executive-summary/evolution-services/executive-summary-html-view.c index 3e34ccb5c1..1792a5a53e 100644 --- a/executive-summary/evolution-services/executive-summary-html-view.c +++ b/executive-summary/evolution-services/executive-summary-html-view.c @@ -101,6 +101,7 @@ executive_summary_html_view_destroy (GtkObject *object) if (priv == NULL) return; + bonobo_object_unref (BONOBO_OBJECT (priv->event_source)); g_free (priv->html); g_free (priv); |