diff options
Diffstat (limited to 'src/ephy-find-toolbar.c')
-rw-r--r-- | src/ephy-find-toolbar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-find-toolbar.c b/src/ephy-find-toolbar.c index 4c6054f2a..741e1f908 100644 --- a/src/ephy-find-toolbar.c +++ b/src/ephy-find-toolbar.c @@ -636,7 +636,7 @@ ephy_find_toolbar_class_init (EphyFindToolbarClass *klass) "Window", "Parent window", EPHY_TYPE_WINDOW, - (GParamFlags) (G_PARAM_WRITABLE | G_PARAM_CONSTRUCT_ONLY))); + (GParamFlags) (G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_CONSTRUCT_ONLY))); g_type_class_add_private (klass, sizeof (EphyFindToolbarPrivate)); } |