diff options
-rw-r--r-- | src/ephy-encoding-dialog.c | 2 | ||||
-rw-r--r-- | src/ephy-tab.c | 1 |
2 files changed, 1 insertions, 2 deletions
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" |