From a31c998d5bf3e9d3ec8ddf68fc7af3974cd05670 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Sat, 12 Jun 2004 14:45:53 +0000 Subject: Put proper property IDs on properties --- ChangeLog | 7 +++++++ src/ephy-tab.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index dbf80a7b8..d1497780f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-12 Adam Hooper + + * src/ephy-tab.c: (ephy_tab_class_init): + + Put proper property IDs on properties (PROP_LOAD_STATUS was there + three times). + 2004-06-12 Christian Persch * lib/widgets/ephy-spinner.c: (ephy_spinner_new), 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", -- cgit v1.2.3