From 26185023a8319ae52ea44aac672ec5b957761d0f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sun, 10 May 2009 14:48:43 -0400 Subject: Fix a compiler warning. --- shell/e-shell-nm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- cgit v1.2.3