From c62226f7741fc863ca0fc5222f631790b19f15b6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 20 May 2004 18:07:12 +0000 Subject: Fix stupid bug. 2004-05-20 Christian Persch * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug. --- ChangeLog | 7 +++++++ embed/ephy-history.c | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index b0d61a4ba..782250679 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-05-20 Christian Persch + + * embed/ephy-history.c: (ephy_history_set_property), + (ephy_history_get_property): + + Fix stupid bug. + 2004-05-19 Christian Persch * src/ephy-notebook.c: (ephy_notebook_remove_tab): diff --git a/embed/ephy-history.c b/embed/ephy-history.c index 26ff343b3..3b19776cf 100644 --- a/embed/ephy-history.c +++ b/embed/ephy-history.c @@ -133,7 +133,7 @@ ephy_history_set_property (GObject *object, const GValue *value, GParamSpec *pspec) { - EphyHistory *history = EPHY_HISTORY (history); + EphyHistory *history = EPHY_HISTORY (object); switch (prop_id) { @@ -149,7 +149,7 @@ ephy_history_get_property (GObject *object, GValue *value, GParamSpec *pspec) { - EphyHistory *history = EPHY_HISTORY (history); + EphyHistory *history = EPHY_HISTORY (object); switch (prop_id) { -- cgit v1.2.3