[evolution-patches] Patch to fix build for mail without NSS



This patch fixes a small build issue in mail/em-account-editor.c where
the private structure changed, and a reference to a GladeXML object is
on longer contained in it. This only happens when building without
support for NSS/SMIME.

-- dobey

? mail/evolution-mail-2.0.schemas
? mail/default/zh_CN/Makefile
? mail/default/zh_CN/Makefile.in
Index: mail/em-account-editor.c
===================================================================
RCS file: /cvs/gnome/evolution/mail/em-account-editor.c,v
retrieving revision 1.19
diff -u -p -r1.19 em-account-editor.c
--- mail/em-account-editor.c	21 Feb 2005 06:37:13 -0000	1.19
+++ mail/em-account-editor.c	22 Feb 2005 18:05:55 -0000
@@ -2138,7 +2138,7 @@ emae_security_page(EConfig *ec, EConfigI
 		/* Since we don't have NSS, hide the S/MIME config options */
 		GtkWidget *frame;
 		
-		frame = glade_xml_get_widget (gui->xml, "smime_vbox");
+		frame = glade_xml_get_widget (xml, "smime_vbox");
 		gtk_widget_destroy (frame);
 	}
 #endif /* HAVE_NSS */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]