diff options
Diffstat (limited to 'embed/ephy-embed-shell.c')
-rw-r--r-- | embed/ephy-embed-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-shell.c b/embed/ephy-embed-shell.c index 03b493fde..b84e2eef3 100644 --- a/embed/ephy-embed-shell.c +++ b/embed/ephy-embed-shell.c @@ -231,7 +231,7 @@ impl_get_embed_single (EphyEmbedShell *shell) (ephy_embed_factory_new_object (EPHY_TYPE_EMBED_SINGLE)); g_assert (priv->embed_single != NULL); - if (!ephy_embed_single_init (priv->embed_single)) + if (!ephy_embed_single_initialize (priv->embed_single)) { GtkWidget *dialog; |