diff options
Diffstat (limited to 'shell/e-shell-nm.c')
-rw-r--r-- | shell/e-shell-nm.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c index c520600769..7f17d9716f 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -149,7 +149,8 @@ e_shell_dbus_initialize (EShell *shell) dbus_connection_setup_with_g_main (dbus_connection, NULL); dbus_connection_set_exit_on_disconnect (dbus_connection, FALSE); - if (!dbus_connection_add_filter (dbus_connection, e_shell_network_monitor, shell, NULL)) + if (!dbus_connection_add_filter ( + dbus_connection, e_shell_network_monitor, shell, NULL)) goto exception; check_initial_state (shell); |