From c0a255eb90769638d57ae4122932f75c46e4e531 Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Thu, 11 Sep 2008 15:34:29 +0000 Subject: Merge revisions 36016:36303 from trunk. svn path=/branches/kill-bonobo/; revision=36307 --- shell/e-shell-nm.c | 17 ++++++++++++++++- 1 file changed, 16 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 83bc8ac627..e03e009d13 100644 --- a/shell/e-shell-nm.c +++ b/shell/e-shell-nm.c @@ -47,7 +47,7 @@ reinit_dbus (EShell *shell) static DBusHandlerResult e_shell_network_monitor (DBusConnection *connection G_GNUC_UNUSED, - DBusMessage *message, void *user_data) + DBusMessage *message, void *user_data) { DBusError error; const gchar *object; @@ -131,3 +131,18 @@ exception: return FALSE; } + +gboolean +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