From bd3b4f546229f070c28fddbbc408828eee368928 Mon Sep 17 00:00:00 2001 From: Ettore Perazzoli Date: Sat, 2 Feb 2002 17:14:53 +0000 Subject: Destroy the S/MIME frame if not available, instead of just graying it out. * mail-account-gui.c (mail_account_gui_new): Destroy the S/MIME frame if not available, instead of just graying it out. [I would just hide it, but it looks like there is a show_all somewhere so that doesn't work.] svn path=/trunk/; revision=15554 --- 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 0eb381a708..ab1a249ff9 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -1380,7 +1380,7 @@ mail_account_gui_new (MailConfigAccount *account) GtkWidget *frame; frame = glade_xml_get_widget (gui->xml, "smime_frame"); - gtk_widget_set_sensitive (frame, FALSE); + gtk_widget_destroy (frame); } #endif -- cgit v1.2.3