diff options
Diffstat (limited to 'src/ephy-shell.c')
-rw-r--r-- | src/ephy-shell.c | 4 |
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; |