Updating branch refs/heads/master
         to 44fe518d8a25ecc375fccee1777c7725d71ef59e (commit)
       from 658a40a3c1e52acc315c92ef2b87a14355bbeea4 (commit)

commit 44fe518d8a25ecc375fccee1777c7725d71ef59e
Author: Christian Dywan <[email protected]>
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 ("<", "&lt;").replace (">", "&gt;");
     }
 
-    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 = "";
_______________________________________________
Xfce4-commits mailing list
[email protected]
http://foo-projects.org/mailman/listinfo/xfce4-commits

Reply via email to