diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-nautilus-view.c | 2 | ||||
-rw-r--r-- | src/ephy-shell.c | 6 |
2 files changed, 6 insertions, 2 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)); 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 <config.h> +#endif + #include "ephy-shell.h" #include "ephy-embed-shell.h" #include "eel-gconf-extensions.h" @@ -41,7 +45,7 @@ #include <bonobo/bonobo-generic-factory.h> #include "ephy-nautilus-view.h" -#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Ephy_NautilusViewFactory" +#define EPHY_NAUTILUS_VIEW_OAFIID "OAFIID:GNOME_Epiphany_NautilusViewFactory" #endif |