[evolution-data-server] Bug #616821 - From field missing in mail
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server] Bug #616821 - From field missing in mail
- Date: Mon, 26 Apr 2010 17:09:54 +0000 (UTC)
commit f90b5908fd7dc56da1fd228c4174d0b940f72dd2
Author: Milan Crha <mcrha redhat com>
Date: Mon Apr 26 19:09:11 2010 +0200
Bug #616821 - From field missing in mail
camel/camel-address.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/camel/camel-address.c b/camel/camel-address.c
index 03008ee..772e28b 100644
--- a/camel/camel-address.c
+++ b/camel/camel-address.c
@@ -75,7 +75,7 @@ camel_address_new_clone (CamelAddress *addr)
{
CamelAddress *new;
- new = g_object_new (CAMEL_TYPE_ADDRESS, NULL);
+ new = g_object_new (G_OBJECT_TYPE (addr), NULL);
camel_address_cat (new, addr);
return new;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]