aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-14 01:39:46 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-14 01:39:46 +0800
commit33be35697d5adebab76b93d863b127c300e8c7e5 (patch)
treeb3f3977e1c99bcb3a568494a146f7b80ddf51108 /src
parent20e2ac5fd338808c193b1a3a6fcbded983ca28a9 (diff)
downloadgsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar.gz
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar.bz2
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar.lz
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar.xz
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.tar.zst
gsoc2013-epiphany-33be35697d5adebab76b93d863b127c300e8c7e5.zip
Looks like we need to unregister factory since we initialized it by
2003-11-13 Marco Pesenti Gritti <marco@gnome.org> * src/ephy-shell.c: (ephy_shell_finalize): Looks like we need to unregister factory since we initialized it by ourself.
Diffstat (limited to 'src')
-rw-r--r--src/ephy-shell.c3
1 files changed, 3 insertions, 0 deletions
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);
}