aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-config.c')
-rw-r--r--e-util/e-config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/e-util/e-config.c b/e-util/e-config.c
index 4ca7974623..25745c587c 100644
--- a/e-util/e-config.c
+++ b/e-util/e-config.c
@@ -481,6 +481,7 @@ ec_rebuild(EConfig *emp)
root = item->factory(emp, item, NULL, wn->widget, wn->context->data);
} else if (item->type == E_CONFIG_BOOK) {
root = book = gtk_notebook_new();
+ gtk_widget_show(book);
} else if (item->type == E_CONFIG_DRUID) {
root = druid = gnome_druid_new();
} else