From 2d31856488c173071fdf560d206f0df604a6a860 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Sun, 28 Oct 2007 13:56:14 +0000 Subject: Remove EphyTab. svn path=/trunk/; revision=7594 --- src/ephy-encoding-dialog.c | 2 +- src/ephy-tab.c | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/ephy-encoding-dialog.c b/src/ephy-encoding-dialog.c index 18788f550..24db69fa1 100644 --- a/src/ephy-encoding-dialog.c +++ b/src/ephy-encoding-dialog.c @@ -192,7 +192,7 @@ sync_active_tab (EphyWindow *window, GParamSpec *pspec, EphyEncodingDialog *dial { EphyEmbed *embed; - embed = ephy_window_get_active_embed (dialog->priv->window); + embed = ephy_window_get_active_tab (dialog->priv->window); g_object_set (G_OBJECT (dialog), "embed", embed, NULL); } diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 2df157c0c..3d7d86d36 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -29,7 +29,6 @@ #include "ephy-embed-type-builtins.h" #include "eel-gconf-extensions.h" #include "ephy-prefs.h" -#include "ephy-embed-factory.h" #include "ephy-embed-prefs.h" #include "ephy-debug.h" #include "ephy-string.h" -- cgit v1.2.3