diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 614d88d7f..fe603f44b 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -56,7 +56,6 @@ #include "ephy-prefs.h" #include "ephy-gui.h" #include "ephy-stock-icons.h" -#include "ephy-embed-factory.h" #include "ephy-web-view.h" #ifdef ENABLE_NETWORK_MANAGER @@ -483,7 +482,7 @@ ephy_shell_new_tab_full (EphyShell *shell, } if (active_is_blank == FALSE) { - embed = EPHY_EMBED (ephy_embed_factory_new_object (EPHY_TYPE_EMBED)); + embed = EPHY_EMBED (g_object_new (EPHY_TYPE_EMBED, NULL)); g_assert (embed != NULL); gtk_widget_show (GTK_WIDGET (embed)); |