[epiphany/gdbus: 1/6] 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/gdbus: 1/6] ephy-embed-single: set_network_status needs to notify
- Date: Sun, 8 May 2011 00:04:49 +0000 (UTC)
commit fb7b8ad85223cfd6f4a036e5a8c09438eff0846f
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 2353a12..77945dd 100644
--- a/embed/ephy-embed-single.c
+++ b/embed/ephy-embed-single.c
@@ -593,6 +593,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]