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.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-shell.c b/shell/e-shell.c
index 8330566b4b..8b1763f437 100644
--- a/shell/e-shell.c
+++ b/shell/e-shell.c
@@ -1101,6 +1101,10 @@ e_shell_construct (EShell *shell,
"noselect", "empty.gif",
"noselect", "", FALSE,
0, NULL, 0, NULL);
+ e_folder_type_registry_register_type (priv->folder_type_registry,
+ "working", "working-16.png",
+ "working", "", FALSE,
+ 0, NULL, 0, NULL);
/* CORBA storages must be set up before the components, because otherwise components
cannot register their own storages. */