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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/e-folder-list.c b/shell/e-folder-list.c
index a33856a20f..6f5057b4bc 100644
--- a/shell/e-folder-list.c
+++ b/shell/e-folder-list.c
@@ -444,7 +444,7 @@ e_folder_list_init (EFolderList *efl)
/* XXX libglade2 seems to not show custom widgets even when
they're flagged Visible.*/
- gtk_widget_show_all (efl->priv->scrolled_table);
+ gtk_widget_show_all (GTK_WIDGET (efl->priv->scrolled_table));
efl->priv->possible_types = NULL;
set_frame_label (efl);