From 711b27dfecaa51e74e6cc72168d8857060ecccc7 Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Sun, 17 Nov 2002 07:01:20 +0000 Subject: force the scrolled table to be shown, apparently a bug in libglade2. 2002-11-16 Chris Toshok * e-folder-list.c (e_folder_list_init): force the scrolled table to be shown, apparently a bug in libglade2. * e-shell-config-default-folders.c (setup_folder_selector): same, but with the evolution-folder-selector-button's. svn path=/trunk/; revision=18810 --- shell/e-folder-list.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-folder-list.c') 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); } -- cgit v1.2.3