[Xfce4-commits] <postler:master> Remove invalid assertion from linkify_address
Christian Dywan
noreply at xfce.org
Sun Mar 27 17:34:07 CEST 2011
Updating branch refs/heads/master
to 44fe518d8a25ecc375fccee1777c7725d71ef59e (commit)
from 658a40a3c1e52acc315c92ef2b87a14355bbeea4 (commit)
commit 44fe518d8a25ecc375fccee1777c7725d71ef59e
Author: Christian Dywan <christian at twotoasts.de>
Date: Sun Mar 27 16:04:36 2011 +0200
Remove invalid assertion from linkify_address
postler/postler-content.vala | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/postler/postler-content.vala b/postler/postler-content.vala
index 09102ab..9411719 100644
--- a/postler/postler-content.vala
+++ b/postler/postler-content.vala
@@ -189,8 +189,7 @@ public class Postler.Content : WebKit.WebView {
.replace ("<", "<").replace (">", ">");
}
- internal static string linkify_address (string addresses, string? arguments)
- requires (arguments == null || !arguments.contains ("<")) {
+ internal static string linkify_address (string addresses, string? arguments) {
var linkified = new StringBuilder ();
string edit_icon = "";
More information about the Xfce4-commits
mailing list