From 941770f3933483d41177ed8072a24e4b1f90f8f6 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Wed, 25 Jan 2006 23:34:37 +0000 Subject: Fix initial network status sync. 2006-01-26 Christian Persch * src/ephy-shell.c: (impl_get_embed_single): Fix initial network status sync. --- src/ephy-shell.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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; -- cgit