diff options
Diffstat (limited to 'src/ephy-fullscreen-popup.c')
-rw-r--r-- | src/ephy-fullscreen-popup.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-fullscreen-popup.c b/src/ephy-fullscreen-popup.c index aa3608d1c..77250fecd 100644 --- a/src/ephy-fullscreen-popup.c +++ b/src/ephy-fullscreen-popup.c @@ -422,7 +422,7 @@ ephy_fullscreen_popup_class_init (EphyFullscreenPopupClass *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 (EphyFullscreenPopupPrivate)); |