aboutsummaryrefslogtreecommitdiffstats
path: root/shell/e-folder-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'shell/e-folder-list.c')
-rw-r--r--shell/e-folder-list.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c
index a3158e3bb7..a33856a20f 100644
--- a/shell/e-folder-list.c
+++ b/shell/e-folder-list.c
@@ -442,6 +442,10 @@ e_folder_list_init (EFolderList *efl)
g_signal_connect (selection_model, "cursor_changed",
G_CALLBACK (cursor_changed), efl);
+ /* XXX libglade2 seems to not show custom widgets even when
+ they're flagged Visible.*/
+ gtk_widget_show_all (efl->priv->scrolled_table);
+
efl->priv->possible_types = NULL;
set_frame_label (efl);
}