diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2004-03-24 04:35:41 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2004-03-24 04:35:41 +0800 |
commit | 9128390b9cef9877497962a409cd17393ddd0588 (patch) | |
tree | d10b2e772acdcbc5a5c7e30037c5d673bb1ea7b7 /src | |
parent | 071b7d464acbead0230c3835766f27fd39ca05e7 (diff) | |
download | gsoc2013-epiphany-9128390b9cef9877497962a409cd17393ddd0588.tar.gz 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.c | 2 |
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"); } |