aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2004-03-24 04:35:41 +0800
committerChristian Persch <chpe@src.gnome.org>2004-03-24 04:35:41 +0800
commit9128390b9cef9877497962a409cd17393ddd0588 (patch)
treed10b2e772acdcbc5a5c7e30037c5d673bb1ea7b7 /src
parent071b7d464acbead0230c3835766f27fd39ca05e7 (diff)
downloadgsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.gz
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.bz2
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.lz
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.xz
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.zst
gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.zip
Fix the build, bad noda :P
2004-03-23 Christian Persch <chpe@cvs.gnome.org> * src/ephy-tab.c: (ephy_tab_visibility_cb): Fix the build, bad noda :P
Diffstat (limited to 'src')
-rw-r--r--src/ephy-tab.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-tab.c b/src/ephy-tab.c
index dece74ea7..9c5b9f6ee 100644
--- a/src/ephy-tab.c
+++ b/src/ephy-tab.c
@@ -1029,7 +1029,7 @@ ephy_tab_visibility_cb (EphyEmbed *embed, gboolean visibility,
gtk_widget_hide (GTK_WIDGET (tab));
}
- tab->priv->visibility = visible;
+ tab->priv->visibility = visibility;
g_object_notify (G_OBJECT (tab), "visible");
}