diff options
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r-- | embed/ephy-history.c | 4 |
1 files changed, 2 insertions, 2 deletions
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) { |