From d06df87ab7e31b07d95af9e692775fe95e36e18d Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Thu, 23 Oct 2008 18:38:48 +0000 Subject: [PATCH] * Fill in the incoming security options pmo-trunk-r6154 --- src/hildon2/modest-maemo-security-options-view.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hildon2/modest-maemo-security-options-view.c b/src/hildon2/modest-maemo-security-options-view.c index 96b81e5..2038b5f 100644 --- a/src/hildon2/modest-maemo-security-options-view.c +++ b/src/hildon2/modest-maemo-security-options-view.c @@ -138,6 +138,8 @@ create_incoming_security (ModestSecurityOptionsView* self, /* Create widgets for incoming security */ ppriv->security_view = GTK_WIDGET (modest_serversecurity_picker_new (MODEST_EDITABLE_SIZE, MODEST_EDITABLE_ARRANGEMENT)); + modest_serversecurity_picker_fill (MODEST_SERVERSECURITY_PICKER (ppriv->security_view), + modest_protocol_registry_get_pop_type_id ()); modest_maemo_utils_create_picker_layout (size_group, _("mcen_li_emailsetup_secure_connection"), ppriv->security_view); -- 1.7.9.5