aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-link-action.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-link-action.c')
-rw-r--r--src/ephy-link-action.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ephy-link-action.c b/src/ephy-link-action.c
index 804aae7c4..665975a0b 100644
--- a/src/ephy-link-action.c
+++ b/src/ephy-link-action.c
@@ -25,10 +25,11 @@
#include "ephy-debug.h"
#include "ephy-gui.h"
#include "ephy-link.h"
+#include "ephy-window-action.h"
#include <gtk/gtk.h>
-G_DEFINE_TYPE_WITH_CODE (EphyLinkAction, ephy_link_action, GTK_TYPE_ACTION,
+G_DEFINE_TYPE_WITH_CODE (EphyLinkAction, ephy_link_action, EPHY_TYPE_WINDOW_ACTION,
G_IMPLEMENT_INTERFACE (EPHY_TYPE_LINK,
NULL))