aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-link.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ephy-link.c')
-rw-r--r--src/ephy-link.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-link.c b/src/ephy-link.c
index 06c58afff..e48758e8c 100644
--- a/src/ephy-link.c
+++ b/src/ephy-link.c
@@ -45,7 +45,7 @@ ephy_link_base_init (gpointer g_class)
signals[OPEN_LINK] = g_signal_new
("open-link",
EPHY_TYPE_LINK,
- G_SIGNAL_RUN_FIRST | G_SIGNAL_RUN_LAST,
+ G_SIGNAL_RUN_LAST,
G_STRUCT_OFFSET (EphyLinkIface, open_link),
ephy_signal_accumulator_object, ephy_tab_get_type,
ephy_marshal_OBJECT__STRING_OBJECT_FLAGS,