aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAdam Hooper <adamh@src.gnome.org>2004-06-12 22:45:53 +0800
committerAdam Hooper <adamh@src.gnome.org>2004-06-12 22:45:53 +0800
commita31c998d5bf3e9d3ec8ddf68fc7af3974cd05670 (patch)
tree246a43b3ea573ef684b742bf08ae8d75bb9c504f /src
parentba8e5adcfe00c659f055d0e851a895c2b83e2554 (diff)
downloadgsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar.gz
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar.bz2
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar.lz
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar.xz
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.tar.zst
gsoc2013-epiphany-a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670.zip
Put proper property IDs on properties
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 b7f2e1729..41e6fd2b6 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -341,7 +341,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",
@@ -359,7 +359,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",