Blob Blame History Raw
--- evolution-2.11.3/mail/em-folder-view.c.fix-invalid-free	2007-06-05 15:20:42.000000000 -0400
+++ evolution-2.11.3/mail/em-folder-view.c	2007-06-05 15:20:51.000000000 -0400
@@ -2930,7 +2930,7 @@ emfv_on_url_cb (GObject *emitter, const 
 			camel_url_free(curl);
 			camel_object_unref(cia);
 		} else if (!strncmp (url, "##", 2)) {
-			nice_url = _("Click to hide/unhide addresses");
+			nice_url = g_strdup (_("Click to hide/unhide addresses"));
 		} else
 			nice_url = g_strdup_printf (_("Click to open %s"), url);
 	}