[epiphany] ephy-embed-single: set_network_status needs to notify
- From: Diego Escalante Urrelo <diegoe src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [epiphany] ephy-embed-single: set_network_status needs to notify
- Date: Sat, 4 Jun 2011 19:38:13 +0000 (UTC)
commit dff30b763b98a49579d0a6296961ceb91216e68e
Author: Diego Escalante Urrelo <descalante igalia com>
Date: Sun Oct 10 20:08:13 2010 -0500
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 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/embed/ephy-embed-single.c b/embed/ephy-embed-single.c
index a214f82..846d728 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");
}
/**
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]