diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-tab.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,3 +1,9 @@ +2004-01-30 Adam Hooper <adamh@cvs.gnome.org> + + * src/ephy-tab.c: (ephy_tab_class_init): + + Fix typo: s/PROP_LOAD_STATUS/PROP_LOAD_PROGRESS. + 2004-01-30 Christian Persch <chpe@cvs.gnome.org> * embed/mozilla/ContentHandler.cpp: diff --git a/src/ephy-tab.c b/src/ephy-tab.c index 519c5297b..2d62bc6de 100644 --- a/src/ephy-tab.c +++ b/src/ephy-tab.c @@ -271,7 +271,7 @@ ephy_tab_class_init (EphyTabClass *class) G_PARAM_READABLE)); g_object_class_install_property (object_class, - PROP_LOAD_STATUS, + PROP_LOAD_PROGRESS, g_param_spec_int ("load-progress", "Load progress", "The tab's load progress in percent", |