aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-nm.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-nm.c')
-rw-r--r--shell/e-shell-nm.c8
1 files changed, 7 insertions, 1 deletions
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;
+}
+