diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-shell-nm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c index 7b2f49e236..7696c1809e 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -63,7 +63,7 @@ e_shell_network_monitor (DBusConnection *connection G_GNUC_UNUSED, dbus_connection_unref (dbus_connection); dbus_connection = NULL; - g_timeout_add_seconds (3, reinit_dbus, shell); + g_timeout_add_seconds (3, (GSourceFunc) reinit_dbus, shell); return DBUS_HANDLER_RESULT_HANDLED; } |