[evolution] Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboard



commit eff516f779f532fb1e0c9899fa9c6de84be8d179
Author: Matthew Barnes <mbarnes redhat com>
Date:   Tue Feb 16 14:00:54 2010 -0500

    Bug 609042 - Convert quoted-printing to UTF-8 when copying to clipboard

 widgets/misc/e-web-view.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/widgets/misc/e-web-view.c b/widgets/misc/e-web-view.c
index a5f98a4..ce41c32 100644
--- a/widgets/misc/e-web-view.c
+++ b/widgets/misc/e-web-view.c
@@ -289,7 +289,7 @@ action_mailto_copy_cb (GtkAction *action,
 
 	inet_addr = camel_internet_address_new ();
 	camel_address_decode (CAMEL_ADDRESS (inet_addr), curl->path);
-	text = camel_address_encode (CAMEL_ADDRESS (inet_addr));
+	text = camel_address_format (CAMEL_ADDRESS (inet_addr));
 	if (text == NULL || *text == '\0')
 		text = g_strdup (uri + strlen ("mailto:";));
 



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