[evolution-patches] 72878, eds, addressbook, composer losing cc address change from account
- From: Not Zed <notzed novell com>
- To: asdf <evolution-patches lists ximian com>
- Subject: [evolution-patches] 72878, eds, addressbook, composer losing cc address change from account
- Date: Tue, 01 Mar 2005 13:27:03 +0800
Index: addressbook/ChangeLog
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/ChangeLog,v
retrieving revision 1.255
diff -u -p -r1.255 ChangeLog
--- addressbook/ChangeLog	28 Feb 2005 19:57:41 -0000	1.255
+++ addressbook/ChangeLog	1 Mar 2005 05:27:32 -0000
@@ -1,3 +1,10 @@
+2005-03-01  Not Zed  <NotZed Ximian com>
+
+	** See bug #72878
+
+	* libebook/e-destination.c (e_destination_copy): copy the raw
+	address.
+
 2005-02-28  Sivaiah Nallagatla  <snallagatla novell com>
 
 	* backends/groupwise/e-bbok-backend-groupwise.c 
Index: addressbook/libebook/e-destination.c
===================================================================
RCS file: /cvs/gnome/evolution-data-server/addressbook/libebook/e-destination.c,v
retrieving revision 1.9
diff -u -p -r1.9 e-destination.c
--- addressbook/libebook/e-destination.c	2 Feb 2005 18:44:30 -0000	1.9
+++ addressbook/libebook/e-destination.c	1 Mar 2005 05:27:32 -0000
@@ -216,6 +216,7 @@ e_destination_copy (const EDestination *
 	}
 
 	/* XXX other settings? */
+        new_dest->priv->raw = g_strdup(dest->priv->raw);
 
 	return new_dest;
 }
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]