diff options
author | Xan Lopez <xan@igalia.com> | 2011-12-20 19:34:17 +0800 |
---|---|---|
committer | Xan Lopez <xan@igalia.com> | 2011-12-20 20:31:32 +0800 |
commit | 57fc83935f45f10bc677f0cecda83b13e50c916c (patch) | |
tree | 69573a731a5b2ce5a422cc1b357a407bad2e0513 /src | |
parent | 556463e2650c0125457d2830e70ce215f1701c27 (diff) | |
download | gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar.gz gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar.bz2 gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar.lz gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar.xz gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.tar.zst gsoc2013-epiphany-57fc83935f45f10bc677f0cecda83b13e50c916c.zip |
ephy-combined-stop-reload-action: include fixes
Diffstat (limited to 'src')
-rw-r--r-- | src/ephy-combined-stop-reload-action.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ephy-combined-stop-reload-action.c b/src/ephy-combined-stop-reload-action.c index 73a638fa4..90d8b25d7 100644 --- a/src/ephy-combined-stop-reload-action.c +++ b/src/ephy-combined-stop-reload-action.c @@ -20,14 +20,13 @@ */ #include "config.h" - #include "ephy-combined-stop-reload-action.h" + #include "ephy-window.h" #include "window-commands.h" #include <glib/gi18n.h> - G_DEFINE_TYPE (EphyCombinedStopReloadAction, ephy_combined_stop_reload_action, GTK_TYPE_ACTION) #define COMBINED_STOP_RELOAD_ACTION_PRIVATE(o) \ |