diff options
author | Xan Lopez <xan@gnome.org> | 2009-06-06 04:50:06 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-06-06 04:50:06 +0800 |
commit | c3c1771fb6776ee3371ef06e5509d7e347880464 (patch) | |
tree | fd4d2786898ba60905727f3c336d3978478d2c01 /embed/ephy-embed-shell.c | |
parent | ecd30f7b95964ec717d5da6873492fab939f2523 (diff) | |
download | gsoc2013-epiphany-c3c1771fb6776ee3371ef06e5509d7e347880464.tar.gz gsoc2013-epiphany-c3c1771fb6776ee3371ef06e5509d7e347880464.tar.zst gsoc2013-epiphany-c3c1771fb6776ee3371ef06e5509d7e347880464.zip |
Make EphyEmbedSingle a non-interface type.
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; |