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-shell-config-default-folders.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shell/e-shell-config-default-folders.c') diff --git a/shell/e-shell-config-default-folders.c b/shell/e-shell-config-default-folders.c index 45bfe87a4d..d409eaa469 100644 --- a/shell/e-shell-config-default-folders.c +++ b/shell/e-shell-config-default-folders.c @@ -144,6 +144,10 @@ setup_folder_selector (EvolutionDefaultFolderConfig *dfc, g_signal_connect (button, "selected", G_CALLBACK (folder_selected), dfc); + + /* XXX libglade2 seems to not show custom widgets even when + they're flagged Visible.*/ + gtk_widget_show (button); } GtkWidget* -- cgit v1.2.3