From e7a62ede3ba856b423ac3af428ac856a09495c39 Mon Sep 17 00:00:00 2001 From: Not Zed Date: Tue, 27 Apr 2004 07:10:29 +0000 Subject: ** See bug #57511. 2004-04-27 Not Zed ** See bug #57511. * mail-config.glade: gave the whole smime frame (vbox) a name so we can use it from code. * mail-account-gui.c (mail_account_gui_new): get the smime_vbox widget if we have no NSS, the name changed and the HIG patches didn't fix it. svn path=/trunk/; revision=25622 --- mail/mail-account-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mail/mail-account-gui.c') diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index ed91f4ae29..33d61d1705 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1908,7 +1908,7 @@ mail_account_gui_new (EAccount *account, EMAccountPrefs *dialog) /* Since we don't have NSS, hide the S/MIME config options */ GtkWidget *frame; - frame = glade_xml_get_widget (gui->xml, "smime_frame"); + frame = glade_xml_get_widget (gui->xml, "smime_vbox"); gtk_widget_destroy (frame); } #endif /* HAVE_NSS */ -- cgit v1.2.3