From 9128390b9cef9877497962a409cd17393ddd0588 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 23 Mar 2004 20:35:41 +0000 Subject: Fix the build, bad noda :P 2004-03-23 Christian Persch * src/ephy-tab.c: (ephy_tab_visibility_cb): Fix the build, bad noda :P --- ChangeLog | 6 ++++++ src/ephy-tab.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5641dd3da..0e2451c6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-03-23 Christian Persch + + * src/ephy-tab.c: (ephy_tab_visibility_cb): + + Fix the build, bad noda :P + 2004-03-23 Christian Persch * src/ephy-go-action.c: (connect_proxy), (disconnect_proxy), 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"); } -- cgit v1.2.3