aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index d3b092396..b32fd49fe 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -48,9 +48,8 @@
#include <string.h>
#include <glib/gi18n.h>
-#include "webkit-embed-prefs.h"
+#include "ephy-embed-prefs.h"
#include "ephy-embed.h"
-#include "ephy-base-embed.h"
static void ephy_embed_class_init (EphyEmbedClass *klass);
static void ephy_embed_init (EphyEmbed *gs);
@@ -804,7 +803,7 @@ ephy_embed_init (EphyEmbed *embed)
embed->priv->inspector_window,
NULL);
- webkit_embed_prefs_add_embed (embed);
+ ephy_embed_prefs_add_embed (embed);
embed->priv->history = EPHY_HISTORY (ephy_embed_shell_get_global_history (ephy_embed_shell_get_default ()));
}