[evolution-patches] [evolution] patch for bug #331635



hi, Harish

	Could you please have a look at the following patch for bug #331635
Evolution crashes when editing existing exchange account with kerberos 5
support enabled on solaris. 

Thanks 

--Irene
Index: plugins/exchange-operations/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-operations/ChangeLog,v
retrieving revision 1.97
diff -u -r1.97 ChangeLog
--- plugins/exchange-operations/ChangeLog	10 Feb 2006 06:41:06 -0000	1.97
+++ plugins/exchange-operations/ChangeLog	18 Feb 2006 04:59:59 -0000
@@ -1,3 +1,11 @@
+2006-02-18  Irene Huang <Irene Huang sun com>
+
+	Fixes bug #331635
+
+	* exchange-account-setup.c: (org_gnome_exchange_settings):
+	Add NULL as the last parameter in g_object_new to mark the
+	the end of parameter list.
+
 2006-02-10  Sushma Rai  <rsushma novell com>
 
 	* exchange-contacts.c (e_exchange_contacts_pcontacts): Checking if the
Index: plugins/exchange-operations/exchange-account-setup.c
===================================================================
RCS file: /cvs/gnome/evolution/plugins/exchange-operations/exchange-account-setup.c,v
retrieving revision 1.30
diff -u -r1.30 exchange-account-setup.c
--- plugins/exchange-operations/exchange-account-setup.c	27 Jan 2006 16:33:44 -0000	1.30
+++ plugins/exchange-operations/exchange-account-setup.c	18 Feb 2006 04:59:59 -0000
@@ -334,7 +334,7 @@
 	/* Delegation Assistant */
 	lbl_dass = (GtkLabel*) gtk_object_new (GTK_TYPE_LABEL, "label", _("Manage the delegate settings for Exchange account"), NULL);
 	gtk_misc_set_alignment (GTK_MISC (lbl_dass), 0, 0.5);
-	btn_dass = (GtkButton*) gtk_object_new (GTK_TYPE_BUTTON, "label", _("Delegation Assitant"));
+	btn_dass = (GtkButton*) gtk_object_new (GTK_TYPE_BUTTON, "label", _("Delegation Assitant"), NULL);
 	gtk_signal_connect (GTK_OBJECT (btn_dass), "clicked", G_CALLBACK (btn_dass_clicked), NULL);
 	/* Add items to the table */
 #ifdef HAVE_KRB5


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