aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder.c')
-rw-r--r--shell/e-folder.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/shell/e-folder.c b/shell/e-folder.c
index 017b258766..a73e0193f4 100644
--- a/shell/e-folder.c
+++ b/shell/e-folder.c
@@ -340,12 +340,12 @@ e_folder_set_child_highlight (EFolder *folder,
g_return_if_fail (folder != NULL);
g_return_if_fail (E_IS_FOLDER (folder));
- /* FIXME: Doesn't emit CHANGED. */
-
if (highlighted)
folder->priv->child_highlight++;
else
folder->priv->child_highlight--;
+
+ gtk_signal_emit (GTK_OBJECT (folder), signals[CHANGED]);
}
void