diff options
Diffstat (limited to 'widgets/misc/e-preferences-window.c')
-rw-r--r-- | widgets/misc/e-preferences-window.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/widgets/misc/e-preferences-window.c b/widgets/misc/e-preferences-window.c index 493727c6ae..19053217dd 100644 --- a/widgets/misc/e-preferences-window.c +++ b/widgets/misc/e-preferences-window.c @@ -545,13 +545,12 @@ e_preferences_window_setup (EPreferencesWindow *window) if (!create_fn || gtk_bin_get_child (align)) continue; - content = create_fn (window); if (content) { gtk_widget_show (content); gtk_container_add (GTK_CONTAINER (align), content); } } - + priv->setup = TRUE; } |