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
This commit is contained in:
Ettore Perazzoli
2002-02-02 17:14:53 +00:00
parent 1483504f83
commit bd3b4f5462
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
2002-02-02 Ettore Perazzoli <ettore@ximian.com>
* 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.]
2002-02-02 Ettore Perazzoli <ettore@ximian.com>
* mail-config.glade: Some touchups from me and Anna.

View File

@ -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