aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-shell.c')
-rw-r--r--shell/e-shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 3d15ce0f74..42beaa9280 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1112,7 +1112,7 @@ impl_dispose (GObject *object)
}
if (priv->config_listener != NULL) {
- /* g_object_unref (priv->config_listener); FIXME */
+ g_object_unref (priv->config_listener);
priv->config_listener = NULL;
}