s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff.
2001-05-07 Jeffrey Stedfast <fejj@ximian.com> * mail-account-gui.c: s/HAVE_NSS/HAVE_SSL for the SSL checkbox stuff. svn path=/trunk/; revision=9696
This commit is contained in:
committed by
Jeffrey Stedfast
parent
91d293f6f4
commit
fe36d75cf3
@ -1,3 +1,8 @@
|
||||
2001-05-07 Jeffrey Stedfast <fejj@ximian.com>
|
||||
|
||||
* mail-account-gui.c: s/HAVE_NSS/HAVE_SSL for the SSL checkbox
|
||||
stuff.
|
||||
|
||||
2001-05-07 Dan Winship <danw@ximian.com>
|
||||
|
||||
* folder-browser.c (my_folder_browser_init): Connect to
|
||||
|
||||
@ -247,7 +247,7 @@ source_type_changed (GtkWidget *widget, gpointer user_data)
|
||||
}
|
||||
|
||||
/* ssl */
|
||||
#ifdef HAVE_NSS
|
||||
#ifdef HAVE_SSL
|
||||
if (provider && provider->flags & CAMEL_PROVIDER_SUPPORTS_SSL)
|
||||
gtk_widget_show (GTK_WIDGET (gui->source.use_ssl));
|
||||
else
|
||||
@ -314,7 +314,7 @@ transport_type_changed (GtkWidget *widget, gpointer user_data)
|
||||
}
|
||||
|
||||
/* ssl */
|
||||
#ifdef HAVE_NSS
|
||||
#ifdef HAVE_SSL
|
||||
if (provider && provider->flags & CAMEL_PROVIDER_SUPPORTS_SSL)
|
||||
gtk_widget_show (GTK_WIDGET (gui->transport.use_ssl));
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user