From de1dd89f6c53f81b3dd68861d1ff50edf2dc5674 Mon Sep 17 00:00:00 2001 From: Jeffrey Stedfast Date: Tue, 27 Mar 2001 22:41:01 +0000 Subject: Lets do some NULL checking here. First, make sure the gsrc isn't NULL and 2001-03-27 Jeffrey Stedfast * mail-account-editor.c (switch_page): Lets do some NULL checking here. First, make sure the gsrc isn't NULL and also make sure that account->source isn't NULL either. * mail-account-gui.c (mail_account_gui_setup): If there isn't a source_proto, make sure we select "None" as the source type. svn path=/trunk/; revision=8984 --- mail/mail-account-gui.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'mail/mail-account-gui.c') diff --git a/mail/mail-account-gui.c b/mail/mail-account-gui.c index 7ada3d75f3..198db8c11d 100644 --- a/mail/mail-account-gui.c +++ b/mail/mail-account-gui.c @@ -128,8 +128,6 @@ mail_account_gui_management_complete (MailAccountGui *gui) } - - static void service_authtype_changed (GtkWidget *widget, gpointer user_data) { @@ -901,7 +899,7 @@ mail_account_gui_setup (MailAccountGui *gui, GtkWidget *top) gtk_widget_show (item); - if (!fstore) { + if (!fstore || !source_proto) { fstore = item; hstore = si; } -- cgit v1.2.3