From a00d43743474c70d5919f04fd4dd9488e6050fd7 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Sun, 9 Feb 2003 16:14:18 +0000 Subject: Make nautilus view actually work 2003-02-09 Marco Pesenti Gritti * 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 --- src/ephy-nautilus-view.c | 2 +- src/ephy-shell.c | 6 +++++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'src') 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)); diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 8d8e461e8..eae78784b 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -16,6 +16,10 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#ifdef HAVE_CONFIG_H +#include +#endif + #include "ephy-shell.h" #include "ephy-embed-shell.h" #include "eel-gconf-extensions.h" @@ -41,7 +45,7 @@ #include #include "ephy-nautilus-view.h" -#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Ephy_NautilusViewFactory" +#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Epiphany_NautilusViewFactory" #endif -- cgit v1.2.3