diff options
author | Carlos Garcia Campos <cgarcia@igalia.com> | 2012-06-22 17:17:20 +0800 |
---|---|---|
committer | Carlos Garcia Campos <carlosgc@gnome.org> | 2012-06-26 20:30:23 +0800 |
commit | 63ff2e3dc786c97d74c7c2e6ee96a26f826abca8 (patch) | |
tree | be23fe0c6e12c42f3436874fefaec9d6189206ee /lib | |
parent | 213a7c80120f416b7082e54157904a638296c5cd (diff) | |
download | gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.gz gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.bz2 gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.lz gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.xz gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.tar.zst gsoc2013-epiphany-63ff2e3dc786c97d74c7c2e6ee96a26f826abca8.zip |
embed: Move about handlers to a new file
Leaving in ephy-request-about only the code specific to the soup feature
implementation.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/widgets/ephy-location-entry.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/widgets/ephy-location-entry.c b/lib/widgets/ephy-location-entry.c index ef57c5529..449641866 100644 --- a/lib/widgets/ephy-location-entry.c +++ b/lib/widgets/ephy-location-entry.c @@ -28,7 +28,7 @@ #include "ephy-dnd.h" #include "ephy-debug.h" #include "ephy-gui.h" -#include "ephy-request-about.h" +#include "ephy-about-handler.h" #include <glib/gi18n.h> #include <gdk/gdkkeysyms.h> |