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 | |
parent | 071b7d464acbead0230c3835766f27fd39ca05e7 (diff) | |
download | gsoc2013-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
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | src/ephy-tab.c | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ 2004-03-23 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-tab.c: (ephy_tab_visibility_cb): + + Fix the build, bad noda :P + +2004-03-23 Christian Persch <chpe@cvs.gnome.org> + * src/ephy-go-action.c: (connect_proxy), (disconnect_proxy), (ephy_go_action_class_init): 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"); } |