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:
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user