From dff30b763b98a49579d0a6296961ceb91216e68e Mon Sep 17 00:00:00 2001 From: Diego Escalante Urrelo Date: Sun, 10 Oct 2010 20:08:13 -0500 Subject: ephy-embed-single: set_network_status needs to notify Otherwise ephy-window never finds out that the network-status has changed. Bug #624421 --- embed/ephy-embed-single.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'embed') 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"); } /** -- cgit v1.2.3