aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-tab.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 2397d81a9..2f3dad56c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2004-06-09 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-tab.c: (ephy_tab_class_init):
+
+ Fix property IDs.
+
2004-06-08 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (ephy_bookmarks_import):
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",