aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c
index e6c8f08c9..27faad9e9 100644
--- a/embed/ephy-history.c
+++ b/embed/ephy-history.c
@@ -208,8 +208,8 @@ ephy_history_class_init (EphyHistoryClass *klass)
ephy_marshal_VOID__STRING_STRING,
G_TYPE_NONE,
2,
- G_TYPE_STRING,
- G_TYPE_STRING);
+ G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
+ G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
g_type_class_add_private (object_class, sizeof (EphyHistoryPrivate));
}