aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui/component/addressbook-config.c
diff options
context:
space:
mode:
Diffstat (limited to 'addressbook/gui/component/addressbook-config.c')
-rw-r--r--addressbook/gui/component/addressbook-config.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-config.c b/addressbook/gui/component/addressbook-config.c
index ce515e1b00..68aed30a07 100644
--- a/addressbook/gui/component/addressbook-config.c
+++ b/addressbook/gui/component/addressbook-config.c
@@ -1604,6 +1604,8 @@ ldap_dialog_new (GNOME_Evolution_Shell shell)
dialog->page = glade_xml_get_widget (dialog->gui, "addressbook-sources");
+ gtk_widget_show_all (dialog->page);
+
return dialog;
}