[epiphany/gdbus: 1/6] ephy-embed-single: set_network_status needs to notify



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]