diff options
Diffstat (limited to 'mail/em-account-editor.c')
-rw-r--r-- | mail/em-account-editor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/em-account-editor.c b/mail/em-account-editor.c index 2b6e6aa8b3..ac191caef5 100644 --- a/mail/em-account-editor.c +++ b/mail/em-account-editor.c @@ -2138,7 +2138,7 @@ emae_security_page(EConfig *ec, EConfigItem *item, struct _GtkWidget *parent, st /* Since we don't have NSS, hide the S/MIME config options */ GtkWidget *frame; - frame = glade_xml_get_widget (gui->xml, "smime_vbox"); + frame = glade_xml_get_widget (xml, "smime_vbox"); gtk_widget_destroy (frame); } #endif /* HAVE_NSS */ |