aboutsummaryrefslogtreecommitdiffstats
path: root/embed/ephy-embed-single.c
diff options
context:
space:
mode:
Diffstat (limited to 'embed/ephy-embed-single.c')
-rw-r--r--embed/ephy-embed-single.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index a214f82bd..846d72805 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -602,6 +602,8 @@ ephy_embed_single_set_network_status (EphyEmbedSingle *single,
{
if (status != single->priv->online)
single->priv->online = status;
+
+ g_object_notify (G_OBJECT (single), "network-status");
}
/**