From 6c47a11dbf6c49ea42970eb3e9db4247ea2ae7d9 Mon Sep 17 00:00:00 2001 From: Adam Hooper Date: Sat, 31 Jan 2004 03:16:29 +0000 Subject: Obvious typo fix --- ChangeLog | 6 ++++++ src/ephy-tab.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index d6252a73f..1c811ea37 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-01-30 Adam Hooper + + * src/ephy-tab.c: (ephy_tab_class_init): + + Fix typo: s/PROP_LOAD_STATUS/PROP_LOAD_PROGRESS. + 2004-01-30 Christian Persch * 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", -- cgit v1.2.3