[evolution/kill-bonobo] Fix a compiler warning.
- From: Matthew Barnes <mbarnes src gnome org>
- To: svn-commits-list gnome org
- Subject: [evolution/kill-bonobo] Fix a compiler warning.
- Date: Sun, 10 May 2009 16:03:35 -0400 (EDT)
commit 26185023a8319ae52ea44aac672ec5b957761d0f
Author: Matthew Barnes <mbarnes redhat com>
Date: Sun May 10 14:48:43 2009 -0400
Fix a compiler warning.
---
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 7b2f49e..7696c18 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;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]