From 33be35697d5adebab76b93d863b127c300e8c7e5 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Thu, 13 Nov 2003 17:39:46 +0000 Subject: Looks like we need to unregister factory since we initialized it by 2003-11-13 Marco Pesenti Gritti * src/ephy-shell.c: (ephy_shell_finalize): Looks like we need to unregister factory since we initialized it by ourself. --- ChangeLog | 7 +++++++ src/ephy-shell.c | 3 +++ 2 files changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index cc4e1974f..bf0f8e566 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2003-11-13 Marco Pesenti Gritti + + * src/ephy-shell.c: (ephy_shell_finalize): + + Looks like we need to unregister factory since + we initialized it by ourself. + 2003-11-13 Marco Pesenti Gritti * embed/mozilla/mozilla-notifiers.cpp: diff --git a/src/ephy-shell.c b/src/ephy-shell.c index a661ceceb..4d11fec89 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -358,6 +358,9 @@ ephy_shell_finalize (GObject *object) if (gs->priv->automation_factory) { + bonobo_activation_unregister_active_server + (AUTOMATION_FACTORY_IID, BONOBO_OBJREF (gs->priv->automation_factory)); + bonobo_object_unref (gs->priv->automation_factory); } -- cgit v1.2.3