diff options
Diffstat (limited to 'embed')
-rw-r--r-- | embed/ephy-embed-single.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c index ca78fed11..3421206f3 100644 --- a/embed/ephy-embed-single.c +++ b/embed/ephy-embed-single.c @@ -183,7 +183,7 @@ ephy_embed_single_iface_init (gpointer g_iface) "network-status", "network-status", FALSE, - G_PARAM_READABLE)); + G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB)); initialised = TRUE; } |