aboutsummaryrefslogtreecommitdiffstats
path: root/my-evolution/e-summary-preferences.c
diff options
context:
space:
mode:
Diffstat (limited to 'my-evolution/e-summary-preferences.c')
-rw-r--r--my-evolution/e-summary-preferences.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/my-evolution/e-summary-preferences.c b/my-evolution/e-summary-preferences.c
index e14573594f..7f740e6aa3 100644
--- a/my-evolution/e-summary-preferences.c
+++ b/my-evolution/e-summary-preferences.c
@@ -1248,7 +1248,7 @@ e_summary_preferences_create_control (void)
gtk_widget_ref (widget);
gtk_container_remove (GTK_CONTAINER (widget->parent), widget);
- gtk_widget_show (widget);
+ gtk_widget_show_all (widget);
pd->config_control = evolution_config_control_new (widget);
gtk_widget_unref (widget);