diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c index 95e0f8635..1de265b6a 100644 --- a/src/ephy-shell.c +++ b/src/ephy-shell.c @@ -158,7 +158,7 @@ ephy_shell_sync_network_status (EphyNetworkManager *nm_proxy, single = EPHY_EMBED_SINGLE (ephy_embed_shell_get_embed_single (EPHY_EMBED_SHELL (shell))); - net_status = state == NM_STATE_CONNECTED; + net_status = state == NM_STATE_CONNECTED_GLOBAL; ephy_embed_single_set_network_status (single, net_status); } |