From de05c84965bc829f14fb9165bd05d5612967a36d Mon Sep 17 00:00:00 2001 From: Gustavo Noronha Silva Date: Wed, 16 Dec 2009 13:35:55 +0100 Subject: Make EphyEmbed inherit from GtkVBox instead of GtkScrolledWindow --- src/ephy-encoding-dialog.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ephy-encoding-dialog.c') diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c index 2b69ca9d2..eb986a837 100644 --- a/src/ephy-encoding-dialog.c +++ b/src/ephy-encoding-dialog.c @@ -156,7 +156,7 @@ sync_embed_cb (EphyEncodingDialog *dialog, GParamSpec *pspec, gpointer dummy) dialog); } - g_signal_connect (G_OBJECT (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (embed)), "notify::load-status", + g_signal_connect (G_OBJECT (ephy_embed_get_web_view (embed)), "notify::load-status", G_CALLBACK (embed_net_stop_cb), dialog); dialog->priv->embed = embed; @@ -376,7 +376,7 @@ ephy_encoding_dialog_finalize (GObject *object) if (dialog->priv->embed) { - g_signal_handlers_disconnect_by_func (EPHY_GET_EPHY_WEB_VIEW_FROM_EMBED (dialog->priv->embed), + g_signal_handlers_disconnect_by_func (ephy_embed_get_web_view (dialog->priv->embed), G_CALLBACK (embed_net_stop_cb), dialog); } -- cgit v1.2.3