aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell-window.c')
-rw-r--r--shell/e-shell-window.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/shell/e-shell-window.c b/shell/e-shell-window.c
index bdf599906f..e5fc700ab0 100644
--- a/shell/e-shell-window.c
+++ b/shell/e-shell-window.c
@@ -844,6 +844,12 @@ impl_dispose (GObject *object)
priv->tooltips = NULL;
}
+ #ifdef NM_SUPPORT_GLIB
+ e_shell_nm_glib_dispose (E_SHELL_WINDOW (object));
+ #elif NM_SUPPORT
+ e_shell_dbus_dispose (E_SHELL_WINDOW (object));
+ #endif
+
(* G_OBJECT_CLASS (e_shell_window_parent_class)->dispose) (object);
}