diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-history.c b/embed/ephy-history.c index de8109128..ad02c1655 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -186,7 +186,7 @@ ephy_history_class_init (EphyHistoryClass *klass) "Enabled", "Enabled", TRUE, - G_PARAM_READWRITE)); + G_PARAM_READWRITE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); signals[ADD_PAGE] = g_signal_new ("add_page", |