From 63ff2e3dc786c97d74c7c2e6ee96a26f826abca8 Mon Sep 17 00:00:00 2001 From: Carlos Garcia Campos Date: Fri, 22 Jun 2012 11:17:20 +0200 Subject: embed: Move about handlers to a new file Leaving in ephy-request-about only the code specific to the soup feature implementation. --- embed/ephy-web-view.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed/ephy-web-view.c') diff --git a/embed/ephy-web-view.c b/embed/ephy-web-view.c index 2f5ae2b7d..cfc185a52 100644 --- a/embed/ephy-web-view.c +++ b/embed/ephy-web-view.c @@ -37,7 +37,7 @@ #include "ephy-permission-manager.h" #include "ephy-prefs.h" #include "ephy-profile-utils.h" -#include "ephy-request-about.h" +#include "ephy-about-handler.h" #include "ephy-settings.h" #include "ephy-string.h" #include "ephy-web-app-utils.h" -- cgit