aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-nautilus-view.c
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-02-10 00:14:18 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-02-10 00:14:18 +0800
commita00d43743474c70d5919f04fd4dd9488e6050fd7 (patch)
treed5f1c96930ceda9098f61c211101b507ec875672 /src/ephy-nautilus-view.c
parentf985873341b39d28cb7e0f594bd32922aa9b1f64 (diff)
downloadgsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.gz
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.bz2
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.lz
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.xz
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.tar.zst
gsoc2013-epiphany-a00d43743474c70d5919f04fd4dd9488e6050fd7.zip
Make nautilus view actually work
2003-02-09 Marco Pesenti Gritti <marco@it.gnome.org> * acconfig.h: * configure.in: * data/GNOME_Epiphany_NautilusView.server.in: * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init): * src/ephy-shell.c: Make nautilus view actually work
Diffstat (limited to 'src/ephy-nautilus-view.c')
-rw-r--r--src/ephy-nautilus-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-nautilus-view.c b/src/ephy-nautilus-view.c
index a1084ce94..0412712f2 100644
--- a/src/ephy-nautilus-view.c
+++ b/src/ephy-nautilus-view.c
@@ -175,7 +175,7 @@ ephy_nautilus_view_instance_init (EphyNautilusView *view)
(EPHY_EMBED_SHELL (ephy_shell));
view->priv = p;
- view->priv->embed = ephy_embed_new (G_OBJECT (ephy_shell));
+ view->priv->embed = ephy_embed_new (G_OBJECT (single));
g_object_ref (G_OBJECT (ephy_shell));