summaryrefslogtreecommitdiff
path: root/embed/ephy-embed.c
diff options
context:
space:
mode:
authorXan Lopez <xan@src.gnome.org>2007-10-21 15:43:01 +0000
committerXan Lopez <xan@src.gnome.org>2007-10-21 15:43:01 +0000
commitb9edf3436f43a8df14192aae61b33bdaf459fe45 (patch)
tree683703ab50a3335c4f9323c2f799c00047b9172b /embed/ephy-embed.c
parentb9cf74cb0fce7bde8feccbe7ea0ecf8579d8c77c (diff)
downloadepiphany-b9edf3436f43a8df14192aae61b33bdaf459fe45.tar.gz
Remove security data from EphyTab.
svn path=/trunk/; revision=7538
Diffstat (limited to 'embed/ephy-embed.c')
-rw-r--r--embed/ephy-embed.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index fddbdddd4..dd3358078 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -423,8 +423,16 @@ ephy_embed_base_init (gpointer g_class)
1,
G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE);
+ g_object_interface_install_property (g_class,
+ g_param_spec_enum ("security-level",
+ "Security Level",
+ "The embed's security level",
+ EPHY_TYPE_EMBED_SECURITY_LEVEL,
+ EPHY_EMBED_STATE_IS_UNKNOWN,
+ G_PARAM_READABLE | G_PARAM_STATIC_NAME | G_PARAM_STATIC_NICK | G_PARAM_STATIC_BLURB));
initialized = TRUE;
}
+
}
/**