aboutsummaryrefslogtreecommitdiffstats
path: root/src/ephy-shell.c
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2006-01-26 07:34:37 +0800
committerChristian Persch <chpe@src.gnome.org>2006-01-26 07:34:37 +0800
commit941770f3933483d41177ed8072a24e4b1f90f8f6 (patch)
tree0399cf7c3b7744971313fdf034b0a8701622ba17 /src/ephy-shell.c
parent0e1613efe9cc6d8ed3acf56928c798e3d889f4f1 (diff)
downloadgsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar.gz
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar.bz2
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar.lz
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar.xz
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.tar.zst
gsoc2013-epiphany-941770f3933483d41177ed8072a24e4b1f90f8f6.zip
Fix initial network status sync.
2006-01-26 Christian Persch <chpe@cvs.gnome.org> * src/ephy-shell.c: (impl_get_embed_single): Fix initial network status sync.
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r--src/ephy-shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ephy-shell.c b/src/ephy-shell.c
index 810f3ca8b..acf8cf42a 100644
--- a/src/ephy-shell.c
+++ b/src/ephy-shell.c
@@ -256,13 +256,13 @@ impl_get_embed_single (EphyEmbedShell *embed_shell)
G_CALLBACK (ephy_shell_add_sidebar_cb),
shell, G_CONNECT_AFTER);
+ priv->embed_single_connected = TRUE;
+
#ifdef ENABLE_NETWORK_MANAGER
/* Now we need the net monitor */
ephy_shell_get_net_monitor (shell);
ephy_shell_sync_network_status (priv->net_monitor, NULL, shell);
#endif
-
- priv->embed_single_connected = TRUE;
}
return embed_single;