aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ephy-tab.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index 73668100b..29faecedf 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -352,7 +352,7 @@ ephy_tab_class_init (EphyTabClass *class)
G_PARAM_READABLE));
g_object_class_install_property (object_class,
- PROP_LOAD_STATUS,
+ PROP_SECURITY,
g_param_spec_int ("security-level",
"Security Level",
"The tab's security level",
@@ -370,7 +370,7 @@ ephy_tab_class_init (EphyTabClass *class)
G_PARAM_READABLE));
g_object_class_install_property (object_class,
- PROP_LOAD_STATUS,
+ PROP_VISIBLE,
g_param_spec_boolean ("visible",
"Visibility",
"The tab's visibility",