From c6612c8d03bc4c1a45d92b5d94dce57fbb8d49a8 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Thu, 27 Jul 2006 09:42:18 +0000 Subject: Fix warnings at build-time, and clean up the connections to the D-Bus on 2006-07-27 Bastien Nocera * e-shell-nm-glib.c: (e_shell_glib_network_monitor), (e_shell_nm_glib_initialise), (e_shell_nm_glib_dispose): * e-shell-nm.c: (e_shell_dbus_dispose): * e-shell-window.c: (impl_dispose): Fix warnings at build-time, and clean up the connections to the D-Bus on exit (Closes: #332387) svn path=/trunk/; revision=32425 --- shell/e-shell-nm.c | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'shell/e-shell-nm.c') diff --git a/shell/e-shell-nm.c b/shell/e-shell-nm.c index f745dc9406..d8b62d861a 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -147,10 +147,16 @@ init_dbus (EShellWindow *window) return FALSE; } - int e_shell_dbus_initialise (EShellWindow *window) { g_type_init (); return init_dbus (window); } + +void e_shell_dbus_dispose (EShellWindow *window) +{ + //FIXME + return; +} + -- cgit v1.2.3