aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
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");
}