aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--src/ephy-shell.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 465901932..50b820562 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2006-01-26 Christian Persch <chpe@cvs.gnome.org>
+
+ * src/ephy-shell.c: (impl_get_embed_single):
+
+ Fix initial network status sync.
+
2006-01-25 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-toolbar-editor.c: (ephy_toolbar_editor_constructor):
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;