aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-history.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-05-21 02:07:12 +0800
committerChristian Persch <chpe@src.gnome.org>2004-05-21 02:07:12 +0800
commitc62226f7741fc863ca0fc5222f631790b19f15b6 (patch)
tree83b86cbab8844504d5c8bd7e17f589a90c1c2d72 /embed/ephy-history.c
parentb5a259caecd8811a90c4eb82fee402449ec617ba (diff)
downloadgsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar.gz
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar.bz2
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar.lz
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar.xz
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.tar.zst
gsoc2013-epiphany-c62226f7741fc863ca0fc5222f631790b19f15b6.zip
Fix stupid bug.
2004-05-20 Christian Persch <chpe@cvs.gnome.org> * embed/ephy-history.c: (ephy_history_set_property), (ephy_history_get_property): Fix stupid bug.
Diffstat (limited to 'embed/ephy-history.c')
-rw-r--r--embed/ephy-history.c4
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)
{