diff options
Diffstat (limited to 'src/ephy-toolbar-editor.c')
-rw-r--r-- | src/ephy-toolbar-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-toolbar-editor.c b/src/ephy-toolbar-editor.c index 7726e4b62..e0defcf44 100644 --- a/src/ephy-toolbar-editor.c +++ b/src/ephy-toolbar-editor.c @@ -362,7 +362,7 @@ ephy_toolbar_editor_class_init (EphyToolbarEditorClass *klass) "Window", "Parent window", EPHY_TYPE_WINDOW, - G_PARAM_WRITABLE | + G_PARAM_WRITABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB | G_PARAM_CONSTRUCT_ONLY)); g_type_class_add_private (object_class, sizeof (EphyToolbarEditorPrivate)); |